COLOR #6C6552

HEX: #6C6552
RGB: (108,101,82)

Color info

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

RGB color model

#6C6552 color RGB value is (108,101,82).

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

RGB channels and saturation

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

108
101
82

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

Portions of RGB colors in percentages

R + G + B =
108 + 101 + 82 = 291 (100%)
R 108 of 291 ~ 37.11%
G 101 of 291 ~ 34.71%
B 82 of 291 ~ 28.18%

%37.11
%34.71
%28.18

CMYK color model

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

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

Codes

Color #6C6552 in popluar color models

6C6552
RGB10810182
HSL44°13.68%37.25%
HSB/HSV44°24.07%42.35%
CMYK0.00%6.48%24.07%
57.65%

Color #6C6552 in popluar number systems.

HEX6C6552
Decimal10810182
Binary110110011001011010010
Octal154145122

Shades and tints

Shades of #6C6552

#6C6552
(108,101,82)
#635C4B
(99,92,75)
#5A5344
(90,83,68)
#514A3D
(81,74,61)
#484136
(72,65,54)
#3F382F
(63,56,47)
#362F28
(54,47,40)
#2D2621
(45,38,33)
#241D1A
(36,29,26)
#1B1413
(27,20,19)
#120B0C
(18,11,12)
#000000
(0,0,0)

Tints of #6C6552

#6C6552
(108,101,82)
#797361
(121,115,97)
#868170
(134,129,112)
#938F7F
(147,143,127)
#A09D8E
(160,157,142)
#ADAB9D
(173,171,157)
#BAB9AC
(186,185,172)
#C7C7BB
(199,199,187)
#D4D5CA
(212,213,202)
#E1E3D9
(225,227,217)
#EEF1E8
(238,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C6552; }

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

This text font color is #6C6552.


Background Color

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

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

This div background color is #6C6552.


Border color

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

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

This div border color is #6C6552.


Opacity

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

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

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

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

This text has shadow with #6C6552 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #6C6552 on black background.


Color preview on white background

This text has color #6C6552 on white background.



Black color preview on #6C6552 background

This text has black color on #6C6552 background.


White color preview on #6C6552 background

This text has white color on #6C6552 background.