COLOR #6E5A55

HEX: #6E5A55
RGB: (110,90,85)

Renk bilgisi

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

RGB renk modeli

#6E5A55 color RGB value is (110,90,85).

  • kırmız ton 110;
  • yeşil ton 90;
  • mavi ton 85.
RGB:
(110,90,85)
(43%,35%,33%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 90 of 255 = 35%
B 85 of 255 = 33%

110
90
85

R + G + B ~ 37%. #6E5A55 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 90 + 85 = 285 (100%)
R 110 of 285 ~ 38.6%
G 90 of 285 ~ 31.58%
B 85 of 285 ~ 29.82%

%38.6
%31.58
%29.82

CMYK RENK MODELİ

#6E5A55 rengi CMYK tonu (0,18,23,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.18%
  • sarı tonu 22.73%
  • ana renk tonu 56.86%
CMYK:
(0,18,23,57)
C0M18Y23K57 
(0%,18%,23%,57%)
(0.00/0.18/0.23/0.57)	

CMYK yüzdeleri

%0
%18.18
%22.73
%56.86

Codes

Color #6E5A55 in popluar color models

6E5A55
RGB1109085
HSL12°12.82%38.24%
HSB/HSV12°22.73%43.14%
CMYK0.00%18.18%22.73%
56.86%

Color #6E5A55 in popluar number systems.

HEX6E5A55
Decimal1109085
Binary110111010110101010101
Octal156132125

Shades and tints

Shades of #6E5A55

#6E5A55
(110,90,85)
#64524E
(100,82,78)
#5A4A47
(90,74,71)
#504240
(80,66,64)
#463A39
(70,58,57)
#3C3232
(60,50,50)
#322A2B
(50,42,43)
#282224
(40,34,36)
#1E1A1D
(30,26,29)
#141216
(20,18,22)
#0A0A0F
(10,10,15)
#000000
(0,0,0)

Tints of #6E5A55

#6E5A55
(110,90,85)
#7B6964
(123,105,100)
#887873
(136,120,115)
#958782
(149,135,130)
#A29691
(162,150,145)
#AFA5A0
(175,165,160)
#BCB4AF
(188,180,175)
#C9C3BE
(201,195,190)
#D6D2CD
(214,210,205)
#E3E1DC
(227,225,220)
#F0F0EB
(240,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E5A55 color. Also use rgb(110,90,85) instead hex code.

Text Font Color

.myTextColor { color: #6E5A55; }

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

This text font color is #6E5A55.


Background Color

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

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

This div background color is #6E5A55.


Border color

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

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

This div border color is #6E5A55.


Opacity

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

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

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

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

This text has shadow with #6E5A55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5A55 on black background.


Color preview on white background

This text has color #6E5A55 on white background.



Black color preview on #6E5A55 background

This text has black color on #6E5A55 background.


White color preview on #6E5A55 background

This text has white color on #6E5A55 background.