#86806C

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

Shades of Olive Haze #86806C

Tints of Olive Haze #86806C

Color information

#86806C (or 0x86806C) is unknown color: approx Olive Haze. HEX triplet: 86, 80 and 6C. RGB value is (134,128,108). Sum of RGB (Red+Green+Blue) = 134+128+108=370 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.22% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 134 - color contains mainly: red. Hex color #86806C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86806C is #797F93. Grayscale: #7F7F7F. Windows color (decimal): -7962516 or 7110790. OLE color: 7110790.

HSL color Cylindrical-coordinate representation of color #86806C: hue angle of 46.15º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #86806C is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB134128108-
CMYK00.040.190.47
HSL46.15º10.74%47.45%-
HSV(B)46.15º19.4%52.55%-
XYZ20.2621.5917.29-
YUV127.51116.99132.63-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.22%
GREEN value IS 128 (50.39% from 255) = 34.59%
BLUE value IS 108 (42.58% from 255) = 29.19%
R=36.22%
G=34.59%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412810800.040.190.4746.1510.7447.45
Hex86806C04132F2eb2f
Octal206200154042357561357
Binary100001101000000011011000100100111011111011101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86806C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86806C; }

 p { color: rgb(134,128,108); }

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

<style>
 a { background-color: #86806C; }

 a { background-color: rgb(134,128,108); }

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

<style>
 span { border-color: #86806C; }

 span { border-color: rgb(134,128,108); }

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