COLOR #6C6736

HEX: #6C6736
RGB: (108,103,54)

Color info

#6C6736 contains red, green and blue colors in about the same proportion. Web safe color of #6C6736 is #666633 (or #663).

RGB color model

#6C6736 color RGB value is (108,103,54).

  • red value is 108;
  • green value is 103;
  • blue value is 54.
RGB: (108,103,54) (42%,40%,21%)

RGB channels and saturation

R 108 of 255 = 42%
G 103 of 255 = 40%
B 54 of 255 = 21%

108
103
54

R + G + B ~ 34%. #6C6736 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 103 + 54 = 265 (100%)
R 108 of 265 ~ 40.75%
G 103 of 265 ~ 38.87%
B 54 of 265 ~ 20.38%

%40.75
%38.87
%20.38

CMYK color model

#6C6736 color CMYK value is (0,5,50,58).

  • cyan value is 0.00%
  • magenta value is 4.63%
  • yellow value is 50.00%
  • key color value is 57.65%
CMYK: (0,5,50,58) C0M5Y50K58 (0%,5%,50%,58%) (0.00/0.05/0.50/0.58)

CMYK percentages

%0
%4.63
%50
%57.65

Codes

Color #6C6736 in popluar color models

6C6736
RGB10810354
HSL54°33.33%31.76%
HSB/HSV54°50.00%42.35%
CMYK0.00%4.63%50.00%
57.65%

Color #6C6736 in popluar number systems.

HEX6C6736
Decimal10810354
Binary11011001100111110110
Octal15414766

Shades and tints

Shades of #6C6736

#6C6736
(108,103,54)
#635E32
(99,94,50)
#5A552E
(90,85,46)
#514C2A
(81,76,42)
#484326
(72,67,38)
#3F3A22
(63,58,34)
#36311E
(54,49,30)
#2D281A
(45,40,26)
#241F16
(36,31,22)
#1B1612
(27,22,18)
#120D0E
(18,13,14)
#000000
(0,0,0)

Tints of #6C6736

#6C6736
(108,103,54)
#797448
(121,116,72)
#86815A
(134,129,90)
#938E6C
(147,142,108)
#A09B7E
(160,155,126)
#ADA890
(173,168,144)
#BAB5A2
(186,181,162)
#C7C2B4
(199,194,180)
#D4CFC6
(212,207,198)
#E1DCD8
(225,220,216)
#EEE9EA
(238,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C6736 color. Also use rgb(108,103,54) instead hex code.

Text Font Color

.myTextColor { color: #6C6736; }

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

This text font color is #6C6736.


Background Color

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

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

This div background color is #6C6736.


Border color

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

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

This div border color is #6C6736.


Opacity

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

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

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

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

This text has shadow with #6C6736 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #6C6736 on black background.


Color preview on white background

This text has color #6C6736 on white background.



Black color preview on #6C6736 background

This text has black color on #6C6736 background.


White color preview on #6C6736 background

This text has white color on #6C6736 background.