#856C06

Color #856C06 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #856C06

Tints of Olive #856C06

Color information

#856C06 (or 0x856C06) is unknown color: approx Olive. HEX triplet: 85, 6C and 06. RGB value is (133,108,6). Sum of RGB (Red+Green+Blue) = 133+108+6=247 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.85% from 247); Green value is 108 (42.58% from 255 or 43.72% from 247); Blue value is 6 (2.73% from 255 or 2.43% from 247); Max value from RGB is 133 - color contains mainly: red. Hex color #856C06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856C06 is #7A93F9. Grayscale: #686868. Windows color (decimal): -8033274 or 420997. OLE color: 420997.

HSL color Cylindrical-coordinate representation of color #856C06: hue angle of 48.19º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #856C06 is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB1331086-
CMYK00.190.950.48
HSL48.19º91.37%27.25%-
HSV(B)48.19º95.49%52.16%-
XYZ15.0715.722.41-
YUV103.8572.78148.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 133 (52.34% from 255) = 53.85%
GREEN value IS 108 (42.58% from 255) = 43.72%
BLUE value IS 6 (2.73% from 255) = 2.43%
R=53.85%
G=43.72%
B=2.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133108600.190.950.4848.1991.3727.25
Hex856C60135F30305b1b
Octal2051546023137606013333
Binary1000010111011001100100111011111110000110000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856C06; }

 p { color: rgb(133,108,6); }

 H1.HeaderClassName
 {
   color: #856C06;
 }
 .AnyTagClassName
 {
   color: #856C06;
 }
</style>
background-color css

<style>
 a { background-color: #856C06; }

 a { background-color: rgb(133,108,6); }

 div.DivClassName
 {
   background-color: #856C06;
 }
 .BgClassName
 {
   background-color: #856C06;
 }
</style>
border-color css

<style>
 span { border-color: #856C06; }

 span { border-color: rgb(133,108,6); }

 td.TdClassName
 {
   border-color: #856C06;
 }
 .TagClassName
 {
   border-color: #856C06;
 }
</style>