COLOR #6C6213

HEX: #6C6213
RGB: (108,98,19)

Color info

#6C6213 contains mainly red and green colors. Web safe color of #6C6213 is #666600 (or #660).

RGB color model

#6C6213 color RGB value is (108,98,19).

  • red value is 108;
  • green value is 98;
  • blue value is 19.
RGB:
(108,98,19)
(42%,38%,7%)

RGB channels and saturation

R 108 of 255 = 42%
G 98 of 255 = 38%
B 19 of 255 = 7%

108
98
19

R + G + B ~ 29%. #6C6213 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 98 + 19 = 225 (100%)
R 108 of 225 ~ 48%
G 98 of 225 ~ 43.56%
B 19 of 225 ~ 8.44%

%48
%43.56

CMYK color model

#6C6213 color CMYK value is (0,9,82,58).

  • cyan value is 0.00%
  • magenta value is 9.26%
  • yellow value is 82.41%
  • key color value is 57.65%
CMYK:
(0,9,82,58)
C0M9Y82K58 
(0%,9%,82%,58%)
(0.00/0.09/0.82/0.58)	

CMYK percentages

%0
%9.26
%82.41
%57.65

Codes

Color #6C6213 in popluar color models

6C6213
RGB1089819
HSL53°70.08%24.90%
HSB/HSV53°82.41%42.35%
CMYK0.00%9.26%82.41%
57.65%

Color #6C6213 in popluar number systems.

HEX6C6213
Decimal1089819
Binary1101100110001010011
Octal15414223

Shades and tints

Shades of #6C6213

#6C6213
(108,98,19)
#635A12
(99,90,18)
#5A5211
(90,82,17)
#514A10
(81,74,16)
#48420F
(72,66,15)
#3F3A0E
(63,58,14)
#36320D
(54,50,13)
#2D2A0C
(45,42,12)
#24220B
(36,34,11)
#1B1A0A
(27,26,10)
#121209
(18,18,9)
#000000
(0,0,0)

Tints of #6C6213

#6C6213
(108,98,19)
#797028
(121,112,40)
#867E3D
(134,126,61)
#938C52
(147,140,82)
#A09A67
(160,154,103)
#ADA87C
(173,168,124)
#BAB691
(186,182,145)
#C7C4A6
(199,196,166)
#D4D2BB
(212,210,187)
#E1E0D0
(225,224,208)
#EEEEE5
(238,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C6213 color. Also use rgb(108,98,19) instead hex code.

Text Font Color

.myTextColor { color: #6C6213; }

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

This text font color is #6C6213.


Background Color

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

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

This div background color is #6C6213.


Border color

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

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

This div border color is #6C6213.


Opacity

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

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

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

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

This text has shadow with #6C6213 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6213 on black background.


Color preview on white background

This text has color #6C6213 on white background.



Black color preview on #6C6213 background

This text has black color on #6C6213 background.


White color preview on #6C6213 background

This text has white color on #6C6213 background.