COLOR #6C6836

HEX: #6C6836
RGB: (108,104,54)

Color info

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

RGB color model

#6C6836 color RGB value is (108,104,54).

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

RGB channels and saturation

R 108 of 255 = 42%
G 104 of 255 = 41%
B 54 of 255 = 21%

108
104
54

R + G + B ~ 35%. #6C6836 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 104 + 54 = 266 (100%)
R 108 of 266 ~ 40.6%
G 104 of 266 ~ 39.1%
B 54 of 266 ~ 20.3%

%40.6
%39.1
%20.3

CMYK color model

#6C6836 color CMYK value is (0,4,50,58).

  • cyan value is 0.00%
  • magenta value is 3.70%
  • yellow value is 50.00%
  • key color value is 57.65%
CMYK:
(0,4,50,58)
C0M4Y50K58 
(0%,4%,50%,58%)
(0.00/0.04/0.50/0.58)	

CMYK percentages

%0
%3.7
%50
%57.65

Codes

Color #6C6836 in popluar color models

6C6836
RGB10810454
HSL56°33.33%31.76%
HSB/HSV56°50.00%42.35%
CMYK0.00%3.70%50.00%
57.65%

Color #6C6836 in popluar number systems.

HEX6C6836
Decimal10810454
Binary11011001101000110110
Octal15415066

Shades and tints

Shades of #6C6836

#6C6836
(108,104,54)
#635F32
(99,95,50)
#5A562E
(90,86,46)
#514D2A
(81,77,42)
#484426
(72,68,38)
#3F3B22
(63,59,34)
#36321E
(54,50,30)
#2D291A
(45,41,26)
#242016
(36,32,22)
#1B1712
(27,23,18)
#120E0E
(18,14,14)
#000000
(0,0,0)

Tints of #6C6836

#6C6836
(108,104,54)
#797548
(121,117,72)
#86825A
(134,130,90)
#938F6C
(147,143,108)
#A09C7E
(160,156,126)
#ADA990
(173,169,144)
#BAB6A2
(186,182,162)
#C7C3B4
(199,195,180)
#D4D0C6
(212,208,198)
#E1DDD8
(225,221,216)
#EEEAEA
(238,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C6836; }

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

This text font color is #6C6836.


Background Color

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

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

This div background color is #6C6836.


Border color

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

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

This div border color is #6C6836.


Opacity

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

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

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

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

This text has shadow with #6C6836 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6836 on black background.


Color preview on white background

This text has color #6C6836 on white background.



Black color preview on #6C6836 background

This text has black color on #6C6836 background.


White color preview on #6C6836 background

This text has white color on #6C6836 background.