COLOR #6C6634

HEX: #6C6634
RGB: (108,102,52)

Color info

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

RGB color model

#6C6634 color RGB value is (108,102,52).

  • red value is 108;
  • green value is 102;
  • blue value is 52.
RGB:
(108,102,52)
(42%,40%,20%)

RGB channels and saturation

R 108 of 255 = 42%
G 102 of 255 = 40%
B 52 of 255 = 20%

108
102
52

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

Portions of RGB colors in percentages

R + G + B =
108 + 102 + 52 = 262 (100%)
R 108 of 262 ~ 41.22%
G 102 of 262 ~ 38.93%
B 52 of 262 ~ 19.85%

%41.22
%38.93
%19.85

CMYK color model

#6C6634 color CMYK value is (0,6,52,58).

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 51.85%
  • key color value is 57.65%
CMYK:
(0,6,52,58)
C0M6Y52K58 
(0%,6%,52%,58%)
(0.00/0.06/0.52/0.58)	

CMYK percentages

%0
%5.56
%51.85
%57.65

Codes

Color #6C6634 in popluar color models

6C6634
RGB10810252
HSL54°35.00%31.37%
HSB/HSV54°51.85%42.35%
CMYK0.00%5.56%51.85%
57.65%

Color #6C6634 in popluar number systems.

HEX6C6634
Decimal10810252
Binary11011001100110110100
Octal15414664

Shades and tints

Shades of #6C6634

#6C6634
(108,102,52)
#635D30
(99,93,48)
#5A542C
(90,84,44)
#514B28
(81,75,40)
#484224
(72,66,36)
#3F3920
(63,57,32)
#36301C
(54,48,28)
#2D2718
(45,39,24)
#241E14
(36,30,20)
#1B1510
(27,21,16)
#120C0C
(18,12,12)
#000000
(0,0,0)

Tints of #6C6634

#6C6634
(108,102,52)
#797346
(121,115,70)
#868058
(134,128,88)
#938D6A
(147,141,106)
#A09A7C
(160,154,124)
#ADA78E
(173,167,142)
#BAB4A0
(186,180,160)
#C7C1B2
(199,193,178)
#D4CEC4
(212,206,196)
#E1DBD6
(225,219,214)
#EEE8E8
(238,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C6634 color. Also use rgb(108,102,52) instead hex code.

Text Font Color

.myTextColor { color: #6C6634; }

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

This text font color is #6C6634.


Background Color

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

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

This div background color is #6C6634.


Border color

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

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

This div border color is #6C6634.


Opacity

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

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

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

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

This text has shadow with #6C6634 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6634 on black background.


Color preview on white background

This text has color #6C6634 on white background.



Black color preview on #6C6634 background

This text has black color on #6C6634 background.


White color preview on #6C6634 background

This text has white color on #6C6634 background.