COLOR #6E5F59

HEX: #6E5F59
RGB: (110,95,89)

Renk bilgisi

#6E5F59 contains red, green and blue colors in about the same proportion. #6E5F59 ‘ nin web güvenlik rengi #666666 (ya da #666) dir.

RGB renk modeli

#6E5F59 color RGB value is (110,95,89).

  • kırmız ton 110;
  • yeşil ton 95;
  • mavi ton 89.
RGB:
(110,95,89)
(43%,37%,35%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 95 of 255 = 37%
B 89 of 255 = 35%

110
95
89

R + G + B ~ 38%. #6E5F59 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 95 + 89 = 294 (100%)
R 110 of 294 ~ 37.41%
G 95 of 294 ~ 32.31%
B 89 of 294 ~ 30.27%

%37.41
%32.31
%30.27

CMYK RENK MODELİ

#6E5F59 rengi CMYK tonu (0,14,19,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.64%
  • sarı tonu 19.09%
  • ana renk tonu 56.86%
CMYK:
(0,14,19,57)
C0M14Y19K57 
(0%,14%,19%,57%)
(0.00/0.14/0.19/0.57)	

CMYK yüzdeleri

%0
%13.64
%19.09
%56.86

Codes

Color #6E5F59 in popluar color models

6E5F59
RGB1109589
HSL17°10.55%39.02%
HSB/HSV17°19.09%43.14%
CMYK0.00%13.64%19.09%
56.86%

Color #6E5F59 in popluar number systems.

HEX6E5F59
Decimal1109589
Binary110111010111111011001
Octal156137131

Shades and tints

Shades of #6E5F59

#6E5F59
(110,95,89)
#645751
(100,87,81)
#5A4F49
(90,79,73)
#504741
(80,71,65)
#463F39
(70,63,57)
#3C3731
(60,55,49)
#322F29
(50,47,41)
#282721
(40,39,33)
#1E1F19
(30,31,25)
#141711
(20,23,17)
#0A0F09
(10,15,9)
#000000
(0,0,0)

Tints of #6E5F59

#6E5F59
(110,95,89)
#7B6D68
(123,109,104)
#887B77
(136,123,119)
#958986
(149,137,134)
#A29795
(162,151,149)
#AFA5A4
(175,165,164)
#BCB3B3
(188,179,179)
#C9C1C2
(201,193,194)
#D6CFD1
(214,207,209)
#E3DDE0
(227,221,224)
#F0EBEF
(240,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E5F59 color. Also use rgb(110,95,89) instead hex code.

Text Font Color

.myTextColor { color: #6E5F59; }

<p style="color:#6E5F59">This sample text font color is #6E5F59.</p>

This text font color is #6E5F59.


Background Color

.myBgColor { background-color: #6E5F59; }

<div style="background-color:#6E5F59">Inner text</div>

This div background color is #6E5F59.


Border color

.myBorderColor { border: 1px solid #6E5F59; }

<div style="border:3px solid #6E5F59">Div</div>

This div border color is #6E5F59.


Opacity

.myOpacity80 { color: #6E5F59; opacity: 0.8; }

<p style="color:#6E5F59;opacity:0.8;">80%</p>

Text with #6E5F59 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #6E5F59;}

<p style="text-shadow: 3px 3px 1px #6E5F59">Text here.</p>

This text has shadow with #6E5F59 color.

.textShadow {text-shadow: 3px 3px 1px #6E5F59, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #6E5F59, 5px 5px 20px red">Text here.</p>

This text has shadow with #6E5F59 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6E5F59, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#6E5F59, Direction=45, Strength=4)">Text</p>

This text has shadow with #6E5F59 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #6E5F59;
  -webkit-box-shadow:	1px 1px 3px 2px #6E5F59;
  box-shadow:		1px 1px 3px 2px #6E5F59;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6E5F59;
-webkit-box-shadow: 1px 1px 3px 2px #6E5F59;
box-shadow:1px 1px 3px 2px #6E5F59;">
Div content here</div>
This div box has shadow with color #6E5F59.

Preview

Color preview on black background

This text has color #6E5F59 on black background.


Color preview on white background

This text has color #6E5F59 on white background.



Black color preview on #6E5F59 background

This text has black color on #6E5F59 background.


White color preview on #6E5F59 background

This text has white color on #6E5F59 background.