COLOR #6E6A55

HEX: #6E6A55 RGB: (110,106,85)

Color info

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

RGB color model

#6E6A55 color RGB value is (110,106,85).

RGB: (110,106,85) (43%, 42%, 33%)

RGB channels and saturation

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

110
106
85

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

Portions of RGB colors in percentages

R + G + B = 110 + 106 + 85 = 301 (100%)
R 110 of 301 ~ 36.54%
G 106 of 301 ~ 35.22%
B 85 of 301 ~ 28.24'%

%36.54
%35.22
%28.24

CMYK color model

#6E6A55 color CMYK value is (0,4,23,57).

  • cyan value is 0.00%
  • magenta value is 3.64%
  • yellow value is 22.73%
  • key color value is 56.86%

CMYK: (0,4,23,57)
C0M4Y23K57 (0%, 4%, 23%, 57%)
(0.00 / 0.04 / 0.23 / 0.57)

CMYK percentages

%0
%3.64
%22.73
%56.86

Codes

Color #6E6A55 in popluar color models

6E 6A 55
RGB 110 106 85
HSL 50° 12.82% 38.24%
HSB/HSV 50° 22.73% 43.14%
CMYK 0.00% 3.64% 22.73%
56.86%

Color #6E6A55 in popluar number systems.

HEX 6E 6A 55
Decimal 110 106 85
Binary 1101110 1101010 1010101
Octal 156 152 125

Shades and tints

Shades of #6E6A55

#6E6A55
(110,106,85)
#64614E
(100,97,78)
#5A5847
(90,88,71)
#504F40
(80,79,64)
#464639
(70,70,57)
#3C3D32
(60,61,50)
#32342B
(50,52,43)
#282B24
(40,43,36)
#1E221D
(30,34,29)
#141916
(20,25,22)
#0A100F
(10,16,15)
#000000
(0,0,0)

Tints of #6E6A55

#6E6A55
(110,106,85)
#7B7764
(123,119,100)
#888473
(136,132,115)
#959182
(149,145,130)
#A29E91
(162,158,145)
#AFABA0
(175,171,160)
#BCB8AF
(188,184,175)
#C9C5BE
(201,197,190)
#D6D2CD
(214,210,205)
#E3DFDC
(227,223,220)
#F0ECEB
(240,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6A55; }

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

This text font color is #6E6A55.

Background Color

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

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

This div background color is #6E6A55.

Border color

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

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

This div border color is #6E6A55.

Opacity

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

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

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

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

This text has shadow with #6E6A55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E6A55.

Preview

Color preview on black background

This text has color #6E6A55 on black background.


Color preview on white background

This text has color #6E6A55 on white background.


Black color preview on #6E6A55 background

This text has black color on #6E6A55 background.


White color preview on #6E6A55 background

This text has white color on #6E6A55 background.


Related colors

Complementary color

Complementary color for #hex is #9195AA.


I love getcolorcode.com

Triadic colors

1 #556E6A and #6A556E with #6E6A55 are triadic colors.

2 #556A6E and #6A6E55 with #6E6A55 are triadic colors.