COLOR #6E6B55

HEX: #6E6B55
RGB: (110,107,85)

Color info

#6E6B55 contains red, green and blue colors in about the same proportion. Web safe color of #6E6B55 is #666666 (or #666).

RGB color model

#6E6B55 color RGB value is (110,107,85).

  • red value is 110;
  • green value is 107;
  • blue value is 85.
RGB:
(110,107,85)
(43%,42%,33%)

RGB channels and saturation

R 110 of 255 = 43%
G 107 of 255 = 42%
B 85 of 255 = 33%

110
107
85

R + G + B ~ 39%. #6E6B55 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 107 + 85 = 302 (100%)
R 110 of 302 ~ 36.42%
G 107 of 302 ~ 35.43%
B 85 of 302 ~ 28.15%

%36.42
%35.43
%28.15

CMYK color model

#6E6B55 color CMYK value is (0,3,23,57).

  • cyan value is 0.00%
  • magenta value is 2.73%
  • yellow value is 22.73%
  • key color value is 56.86%
CMYK:
(0,3,23,57)
C0M3Y23K57 
(0%,3%,23%,57%)
(0.00/0.03/0.23/0.57)	

CMYK percentages

%0
%2.73
%22.73
%56.86

Codes

Color #6E6B55 in popluar color models

6E6B55
RGB11010785
HSL53°12.82%38.24%
HSB/HSV53°22.73%43.14%
CMYK0.00%2.73%22.73%
56.86%

Color #6E6B55 in popluar number systems.

HEX6E6B55
Decimal11010785
Binary110111011010111010101
Octal156153125

Shades and tints

Shades of #6E6B55

#6E6B55
(110,107,85)
#64624E
(100,98,78)
#5A5947
(90,89,71)
#505040
(80,80,64)
#464739
(70,71,57)
#3C3E32
(60,62,50)
#32352B
(50,53,43)
#282C24
(40,44,36)
#1E231D
(30,35,29)
#141A16
(20,26,22)
#0A110F
(10,17,15)
#000000
(0,0,0)

Tints of #6E6B55

#6E6B55
(110,107,85)
#7B7864
(123,120,100)
#888573
(136,133,115)
#959282
(149,146,130)
#A29F91
(162,159,145)
#AFACA0
(175,172,160)
#BCB9AF
(188,185,175)
#C9C6BE
(201,198,190)
#D6D3CD
(214,211,205)
#E3E0DC
(227,224,220)
#F0EDEB
(240,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6B55; }

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

This text font color is #6E6B55.


Background Color

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

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

This div background color is #6E6B55.


Border color

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

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

This div border color is #6E6B55.


Opacity

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

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

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

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

This text has shadow with #6E6B55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6B55 on black background.


Color preview on white background

This text has color #6E6B55 on white background.



Black color preview on #6E6B55 background

This text has black color on #6E6B55 background.


White color preview on #6E6B55 background

This text has white color on #6E6B55 background.