COLOR #6C6652

HEX: #6C6652
RGB: (108,102,82)

Color info

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

RGB color model

#6C6652 color RGB value is (108,102,82).

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

RGB channels and saturation

R 108 of 255 = 42%
G 102 of 255 = 40%
B 82 of 255 = 32%

108
102
82

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

Portions of RGB colors in percentages

R + G + B =
108 + 102 + 82 = 292 (100%)
R 108 of 292 ~ 36.99%
G 102 of 292 ~ 34.93%
B 82 of 292 ~ 28.08%

%36.99
%34.93
%28.08

CMYK color model

#6C6652 color CMYK value is (0,6,24,58).

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 24.07%
  • key color value is 57.65%
CMYK:
(0,6,24,58)
C0M6Y24K58 
(0%,6%,24%,58%)
(0.00/0.06/0.24/0.58)	

CMYK percentages

%0
%5.56
%24.07
%57.65

Codes

Color #6C6652 in popluar color models

6C6652
RGB10810282
HSL46°13.68%37.25%
HSB/HSV46°24.07%42.35%
CMYK0.00%5.56%24.07%
57.65%

Color #6C6652 in popluar number systems.

HEX6C6652
Decimal10810282
Binary110110011001101010010
Octal154146122

Shades and tints

Shades of #6C6652

#6C6652
(108,102,82)
#635D4B
(99,93,75)
#5A5444
(90,84,68)
#514B3D
(81,75,61)
#484236
(72,66,54)
#3F392F
(63,57,47)
#363028
(54,48,40)
#2D2721
(45,39,33)
#241E1A
(36,30,26)
#1B1513
(27,21,19)
#120C0C
(18,12,12)
#000000
(0,0,0)

Tints of #6C6652

#6C6652
(108,102,82)
#797361
(121,115,97)
#868070
(134,128,112)
#938D7F
(147,141,127)
#A09A8E
(160,154,142)
#ADA79D
(173,167,157)
#BAB4AC
(186,180,172)
#C7C1BB
(199,193,187)
#D4CECA
(212,206,202)
#E1DBD9
(225,219,217)
#EEE8E8
(238,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C6652; }

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

This text font color is #6C6652.


Background Color

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

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

This div background color is #6C6652.


Border color

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

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

This div border color is #6C6652.


Opacity

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

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

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

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

This text has shadow with #6C6652 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6652 on black background.


Color preview on white background

This text has color #6C6652 on white background.



Black color preview on #6C6652 background

This text has black color on #6C6652 background.


White color preview on #6C6652 background

This text has white color on #6C6652 background.