COLOR #6C6651

HEX: #6C6651
RGB: (108,102,81)

Color info

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

RGB color model

#6C6651 color RGB value is (108,102,81).

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

RGB channels and saturation

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

108
102
81

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

Portions of RGB colors in percentages

R + G + B =
108 + 102 + 81 = 291 (100%)
R 108 of 291 ~ 37.11%
G 102 of 291 ~ 35.05%
B 81 of 291 ~ 27.84%

%37.11
%35.05
%27.84

CMYK color model

#6C6651 color CMYK value is (0,6,25,58).

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 25.00%
  • key color value is 57.65%
CMYK:
(0,6,25,58)
C0M6Y25K58 
(0%,6%,25%,58%)
(0.00/0.06/0.25/0.58)	

CMYK percentages

%0
%5.56
%25
%57.65

Codes

Color #6C6651 in popluar color models

6C6651
RGB10810281
HSL47°14.29%37.06%
HSB/HSV47°25.00%42.35%
CMYK0.00%5.56%25.00%
57.65%

Color #6C6651 in popluar number systems.

HEX6C6651
Decimal10810281
Binary110110011001101010001
Octal154146121

Shades and tints

Shades of #6C6651

#6C6651
(108,102,81)
#635D4A
(99,93,74)
#5A5443
(90,84,67)
#514B3C
(81,75,60)
#484235
(72,66,53)
#3F392E
(63,57,46)
#363027
(54,48,39)
#2D2720
(45,39,32)
#241E19
(36,30,25)
#1B1512
(27,21,18)
#120C0B
(18,12,11)
#000000
(0,0,0)

Tints of #6C6651

#6C6651
(108,102,81)
#797360
(121,115,96)
#86806F
(134,128,111)
#938D7E
(147,141,126)
#A09A8D
(160,154,141)
#ADA79C
(173,167,156)
#BAB4AB
(186,180,171)
#C7C1BA
(199,193,186)
#D4CEC9
(212,206,201)
#E1DBD8
(225,219,216)
#EEE8E7
(238,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C6651; }

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

This text font color is #6C6651.


Background Color

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

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

This div background color is #6C6651.


Border color

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

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

This div border color is #6C6651.


Opacity

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

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

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

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

This text has shadow with #6C6651 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6651 on black background.


Color preview on white background

This text has color #6C6651 on white background.



Black color preview on #6C6651 background

This text has black color on #6C6651 background.


White color preview on #6C6651 background

This text has white color on #6C6651 background.