COLOR #6C6B18

HEX: #6C6B18
RGB: (108,107,24)

Color info

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

RGB color model

#6C6B18 color RGB value is (108,107,24).

  • red value is 108;
  • green value is 107;
  • blue value is 24.
RGB:
(108,107,24)
(42%,42%,9%)

RGB channels and saturation

R 108 of 255 = 42%
G 107 of 255 = 42%
B 24 of 255 = 9%

108
107
24

R + G + B ~ 31%. #6C6B18 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 107 + 24 = 239 (100%)
R 108 of 239 ~ 45.19%
G 107 of 239 ~ 44.77%
B 24 of 239 ~ 10.04%

%45.19
%44.77
%10.04

CMYK color model

#6C6B18 color CMYK value is (0,1,78,58).

  • cyan value is 0.00%
  • magenta value is 0.93%
  • yellow value is 77.78%
  • key color value is 57.65%
CMYK:
(0,1,78,58)
C0M1Y78K58 
(0%,1%,78%,58%)
(0.00/0.01/0.78/0.58)	

CMYK percentages

%0
%0.93
%77.78
%57.65

Codes

Color #6C6B18 in popluar color models

6C6B18
RGB10810724
HSL59°63.64%25.88%
HSB/HSV59°77.78%42.35%
CMYK0.00%0.93%77.78%
57.65%

Color #6C6B18 in popluar number systems.

HEX6C6B18
Decimal10810724
Binary1101100110101111000
Octal15415330

Shades and tints

Shades of #6C6B18

#6C6B18
(108,107,24)
#636216
(99,98,22)
#5A5914
(90,89,20)
#515012
(81,80,18)
#484710
(72,71,16)
#3F3E0E
(63,62,14)
#36350C
(54,53,12)
#2D2C0A
(45,44,10)
#242308
(36,35,8)
#1B1A06
(27,26,6)
#121104
(18,17,4)
#000000
(0,0,0)

Tints of #6C6B18

#6C6B18
(108,107,24)
#79782D
(121,120,45)
#868542
(134,133,66)
#939257
(147,146,87)
#A09F6C
(160,159,108)
#ADAC81
(173,172,129)
#BAB996
(186,185,150)
#C7C6AB
(199,198,171)
#D4D3C0
(212,211,192)
#E1E0D5
(225,224,213)
#EEEDEA
(238,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C6B18 color. Also use rgb(108,107,24) instead hex code.

Text Font Color

.myTextColor { color: #6C6B18; }

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

This text font color is #6C6B18.


Background Color

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

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

This div background color is #6C6B18.


Border color

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

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

This div border color is #6C6B18.


Opacity

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

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

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

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

This text has shadow with #6C6B18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6B18 on black background.


Color preview on white background

This text has color #6C6B18 on white background.



Black color preview on #6C6B18 background

This text has black color on #6C6B18 background.


White color preview on #6C6B18 background

This text has white color on #6C6B18 background.