Html Css Color HEX #856C06 Olive

📋 copy color: '#856C06'

red 133 ◦ green 108 ◦ blue 6

#856C06
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive #856C06

Tints of Olive #856C06

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 value IS 0

 M value IS 0.19

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#856C06 (or 0x856C06) is known color: 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

RGB 133 108 6 -
CMYK 0 0.19 0.95 0.48
HSL 48.19º 0.91% 0.27% -
HSV(B) 48.19º 0.95% 0.52% -
XYZ 15.07 15.72 2.41 -
YUV 103.85 72.78 148.79 -
System Red Green Blue C M Y K H S L
Decimal 133 108 6 0 0.19 0.95 0.48 48.19 0.91 0.27
Hex 85 6C 6 0 13 5F 30 30 5B 1B
Octal 205 154 6 0 23 137 60 60 133 33
Binary 10000101 1101100 110 0 10011 1011111 110000 110000 1011011 11011

Color Harmonies of #856C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856C06

Black with #856C06

Text Example


Text Example

White with #856C06

Text Example


Text Example

HTML Codes & Css Web 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>