COLOR #6E664C

HEX: #6E664C
RGB: (110,102,76)

Color info

#6E664C contains red, green and blue colors in about the same proportion. Web safe color of #6E664C is #666633 (or #663).

RGB color model

#6E664C color RGB value is (110,102,76).

  • red value is 110;
  • green value is 102;
  • blue value is 76.
RGB:
(110,102,76)
(43%,40%,30%)

RGB channels and saturation

R 110 of 255 = 43%
G 102 of 255 = 40%
B 76 of 255 = 30%

110
102
76

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

Portions of RGB colors in percentages

R + G + B =
110 + 102 + 76 = 288 (100%)
R 110 of 288 ~ 38.19%
G 102 of 288 ~ 35.42%
B 76 of 288 ~ 26.39%

%38.19
%35.42
%26.39

CMYK color model

#6E664C color CMYK value is (0,7,31,57).

  • cyan value is 0.00%
  • magenta value is 7.27%
  • yellow value is 30.91%
  • key color value is 56.86%
CMYK:
(0,7,31,57)
C0M7Y31K57 
(0%,7%,31%,57%)
(0.00/0.07/0.31/0.57)	

CMYK percentages

%0
%7.27
%30.91
%56.86

Codes

Color #6E664C in popluar color models

6E664C
RGB11010276
HSL46°18.28%36.47%
HSB/HSV46°30.91%43.14%
CMYK0.00%7.27%30.91%
56.86%

Color #6E664C in popluar number systems.

HEX6E664C
Decimal11010276
Binary110111011001101001100
Octal156146114

Shades and tints

Shades of #6E664C

#6E664C
(110,102,76)
#645D46
(100,93,70)
#5A5440
(90,84,64)
#504B3A
(80,75,58)
#464234
(70,66,52)
#3C392E
(60,57,46)
#323028
(50,48,40)
#282722
(40,39,34)
#1E1E1C
(30,30,28)
#141516
(20,21,22)
#0A0C10
(10,12,16)
#000000
(0,0,0)

Tints of #6E664C

#6E664C
(110,102,76)
#7B735C
(123,115,92)
#88806C
(136,128,108)
#958D7C
(149,141,124)
#A29A8C
(162,154,140)
#AFA79C
(175,167,156)
#BCB4AC
(188,180,172)
#C9C1BC
(201,193,188)
#D6CECC
(214,206,204)
#E3DBDC
(227,219,220)
#F0E8EC
(240,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E664C color. Also use rgb(110,102,76) instead hex code.

Text Font Color

.myTextColor { color: #6E664C; }

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

This text font color is #6E664C.


Background Color

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

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

This div background color is #6E664C.


Border color

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

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

This div border color is #6E664C.


Opacity

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

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

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

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

This text has shadow with #6E664C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E664C on black background.


Color preview on white background

This text has color #6E664C on white background.



Black color preview on #6E664C background

This text has black color on #6E664C background.


White color preview on #6E664C background

This text has white color on #6E664C background.