COLOR #6C6551

HEX: #6C6551
RGB: (108,101,81)

Color info

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

RGB color model

#6C6551 color RGB value is (108,101,81).

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

RGB channels and saturation

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

108
101
81

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

Portions of RGB colors in percentages

R + G + B =
108 + 101 + 81 = 290 (100%)
R 108 of 290 ~ 37.24%
G 101 of 290 ~ 34.83%
B 81 of 290 ~ 27.93%

%37.24
%34.83
%27.93

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.48%
  • 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
%6.48
%25
%57.65

Codes

Color #6C6551 in popluar color models

6C6551
RGB10810181
HSL44°14.29%37.06%
HSB/HSV44°25.00%42.35%
CMYK0.00%6.48%25.00%
57.65%

Color #6C6551 in popluar number systems.

HEX6C6551
Decimal10810181
Binary110110011001011010001
Octal154145121

Shades and tints

Shades of #6C6551

#6C6551
(108,101,81)
#635C4A
(99,92,74)
#5A5343
(90,83,67)
#514A3C
(81,74,60)
#484135
(72,65,53)
#3F382E
(63,56,46)
#362F27
(54,47,39)
#2D2620
(45,38,32)
#241D19
(36,29,25)
#1B1412
(27,20,18)
#120B0B
(18,11,11)
#000000
(0,0,0)

Tints of #6C6551

#6C6551
(108,101,81)
#797360
(121,115,96)
#86816F
(134,129,111)
#938F7E
(147,143,126)
#A09D8D
(160,157,141)
#ADAB9C
(173,171,156)
#BAB9AB
(186,185,171)
#C7C7BA
(199,199,186)
#D4D5C9
(212,213,201)
#E1E3D8
(225,227,216)
#EEF1E7
(238,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C6551; }

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

This text font color is #6C6551.


Background Color

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

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

This div background color is #6C6551.


Border color

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

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

This div border color is #6C6551.


Opacity

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

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

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

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

This text has shadow with #6C6551 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6551 on black background.


Color preview on white background

This text has color #6C6551 on white background.



Black color preview on #6C6551 background

This text has black color on #6C6551 background.


White color preview on #6C6551 background

This text has white color on #6C6551 background.