COLOR #6E5D57

HEX: #6E5D57
RGB: (110,93,87)

Renk bilgisi

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

RGB renk modeli

#6E5D57 color RGB value is (110,93,87).

  • kırmız ton 110;
  • yeşil ton 93;
  • mavi ton 87.
RGB:
(110,93,87)
(43%,36%,34%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 93 of 255 = 36%
B 87 of 255 = 34%

110
93
87

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 93 + 87 = 290 (100%)
R 110 of 290 ~ 37.93%
G 93 of 290 ~ 32.07%
B 87 of 290 ~ 30%

%37.93
%32.07
%30

CMYK RENK MODELİ

#6E5D57 rengi CMYK tonu (0,15,21,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.45%
  • sarı tonu 20.91%
  • ana renk tonu 56.86%
CMYK:
(0,15,21,57)
C0M15Y21K57 
(0%,15%,21%,57%)
(0.00/0.15/0.21/0.57)	

CMYK yüzdeleri

%0
%15.45
%20.91
%56.86

Codes

Color #6E5D57 in popluar color models

6E5D57
RGB1109387
HSL16°11.68%38.63%
HSB/HSV16°20.91%43.14%
CMYK0.00%15.45%20.91%
56.86%

Color #6E5D57 in popluar number systems.

HEX6E5D57
Decimal1109387
Binary110111010111011010111
Octal156135127

Shades and tints

Shades of #6E5D57

#6E5D57
(110,93,87)
#645550
(100,85,80)
#5A4D49
(90,77,73)
#504542
(80,69,66)
#463D3B
(70,61,59)
#3C3534
(60,53,52)
#322D2D
(50,45,45)
#282526
(40,37,38)
#1E1D1F
(30,29,31)
#141518
(20,21,24)
#0A0D11
(10,13,17)
#000000
(0,0,0)

Tints of #6E5D57

#6E5D57
(110,93,87)
#7B6B66
(123,107,102)
#887975
(136,121,117)
#958784
(149,135,132)
#A29593
(162,149,147)
#AFA3A2
(175,163,162)
#BCB1B1
(188,177,177)
#C9BFC0
(201,191,192)
#D6CDCF
(214,205,207)
#E3DBDE
(227,219,222)
#F0E9ED
(240,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E5D57 color. Also use rgb(110,93,87) instead hex code.

Text Font Color

.myTextColor { color: #6E5D57; }

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

This text font color is #6E5D57.


Background Color

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

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

This div background color is #6E5D57.


Border color

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

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

This div border color is #6E5D57.


Opacity

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

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

Text with #6E5D57 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 #6E5D57;}

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

This text has shadow with #6E5D57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5D57 on black background.


Color preview on white background

This text has color #6E5D57 on white background.



Black color preview on #6E5D57 background

This text has black color on #6E5D57 background.


White color preview on #6E5D57 background

This text has white color on #6E5D57 background.