COLOR #6E6652

HEX: #6E6652
RGB: (110,102,82)

Color info

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

RGB color model

#6E6652 color RGB value is (110,102,82).

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

RGB channels and saturation

R 110 of 255 = 43%
G 102 of 255 = 40%
B 82 of 255 = 32%

110
102
82

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

Portions of RGB colors in percentages

R + G + B =
110 + 102 + 82 = 294 (100%)
R 110 of 294 ~ 37.41%
G 102 of 294 ~ 34.69%
B 82 of 294 ~ 27.89%

%37.41
%34.69
%27.89

CMYK color model

#6E6652 color CMYK value is (0,7,25,57).

  • cyan value is 0.00%
  • magenta value is 7.27%
  • yellow value is 25.45%
  • key color value is 56.86%
CMYK: (0,7,25,57) C0M7Y25K57 (0%,7%,25%,57%) (0.00/0.07/0.25/0.57)

CMYK percentages

%0
%7.27
%25.45
%56.86

Codes

Color #6E6652 in popluar color models

6E6652
RGB11010282
HSL43°14.58%37.65%
HSB/HSV43°25.45%43.14%
CMYK0.00%7.27%25.45%
56.86%

Color #6E6652 in popluar number systems.

HEX6E6652
Decimal11010282
Binary110111011001101010010
Octal156146122

Shades and tints

Shades of #6E6652

#6E6652
(110,102,82)
#645D4B
(100,93,75)
#5A5444
(90,84,68)
#504B3D
(80,75,61)
#464236
(70,66,54)
#3C392F
(60,57,47)
#323028
(50,48,40)
#282721
(40,39,33)
#1E1E1A
(30,30,26)
#141513
(20,21,19)
#0A0C0C
(10,12,12)
#000000
(0,0,0)

Tints of #6E6652

#6E6652
(110,102,82)
#7B7361
(123,115,97)
#888070
(136,128,112)
#958D7F
(149,141,127)
#A29A8E
(162,154,142)
#AFA79D
(175,167,157)
#BCB4AC
(188,180,172)
#C9C1BB
(201,193,187)
#D6CECA
(214,206,202)
#E3DBD9
(227,219,217)
#F0E8E8
(240,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6652; }

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

This text font color is #6E6652.


Background Color

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

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

This div background color is #6E6652.


Border color

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

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

This div border color is #6E6652.


Opacity

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

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

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

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

This text has shadow with #6E6652 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #6E6652 on black background.


Color preview on white background

This text has color #6E6652 on white background.



Black color preview on #6E6652 background

This text has black color on #6E6652 background.


White color preview on #6E6652 background

This text has white color on #6E6652 background.