COLOR #6C6456

HEX: #6C6456
RGB: (108,100,86)

Color info

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

RGB color model

#6C6456 color RGB value is (108,100,86).

  • red value is 108;
  • green value is 100;
  • blue value is 86.
RGB:
(108,100,86)
(42%,39%,34%)

RGB channels and saturation

R 108 of 255 = 42%
G 100 of 255 = 39%
B 86 of 255 = 34%

108
100
86

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

Portions of RGB colors in percentages

R + G + B =
108 + 100 + 86 = 294 (100%)
R 108 of 294 ~ 36.73%
G 100 of 294 ~ 34.01%
B 86 of 294 ~ 29.25%

%36.73
%34.01
%29.25

CMYK color model

#6C6456 color CMYK value is (0,7,20,58).

  • cyan value is 0.00%
  • magenta value is 7.41%
  • yellow value is 20.37%
  • key color value is 57.65%
CMYK:
(0,7,20,58)
C0M7Y20K58 
(0%,7%,20%,58%)
(0.00/0.07/0.20/0.58)	

CMYK percentages

%0
%7.41
%20.37
%57.65

Codes

Color #6C6456 in popluar color models

6C6456
RGB10810086
HSL38°11.34%38.04%
HSB/HSV38°20.37%42.35%
CMYK0.00%7.41%20.37%
57.65%

Color #6C6456 in popluar number systems.

HEX6C6456
Decimal10810086
Binary110110011001001010110
Octal154144126

Shades and tints

Shades of #6C6456

#6C6456
(108,100,86)
#635B4F
(99,91,79)
#5A5248
(90,82,72)
#514941
(81,73,65)
#48403A
(72,64,58)
#3F3733
(63,55,51)
#362E2C
(54,46,44)
#2D2525
(45,37,37)
#241C1E
(36,28,30)
#1B1317
(27,19,23)
#120A10
(18,10,16)
#000000
(0,0,0)

Tints of #6C6456

#6C6456
(108,100,86)
#797265
(121,114,101)
#868074
(134,128,116)
#938E83
(147,142,131)
#A09C92
(160,156,146)
#ADAAA1
(173,170,161)
#BAB8B0
(186,184,176)
#C7C6BF
(199,198,191)
#D4D4CE
(212,212,206)
#E1E2DD
(225,226,221)
#EEF0EC
(238,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C6456 color. Also use rgb(108,100,86) instead hex code.

Text Font Color

.myTextColor { color: #6C6456; }

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

This text font color is #6C6456.


Background Color

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

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

This div background color is #6C6456.


Border color

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

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

This div border color is #6C6456.


Opacity

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

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

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

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

This text has shadow with #6C6456 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6456 on black background.


Color preview on white background

This text has color #6C6456 on white background.



Black color preview on #6C6456 background

This text has black color on #6C6456 background.


White color preview on #6C6456 background

This text has white color on #6C6456 background.