#86816F

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

Shades of Olive Haze #86816F

Tints of Olive Haze #86816F

Color information

#86816F (or 0x86816F) is unknown color: approx Olive Haze. HEX triplet: 86, 81 and 6F. RGB value is (134,129,111). Sum of RGB (Red+Green+Blue) = 134+129+111=374 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.83% from 374); Green value is 129 (50.78% from 255 or 34.49% from 374); Blue value is 111 (43.75% from 255 or 29.68% from 374); Max value from RGB is 134 - color contains mainly: red. Hex color #86816F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86816F is #797E90. Grayscale: #808080. Windows color (decimal): -7962257 or 7307654. OLE color: 7307654.

HSL color Cylindrical-coordinate representation of color #86816F: hue angle of 46.96º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #86816F is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB134129111-
CMYK00.040.170.47
HSL46.96º9.39%48.04%-
HSV(B)46.96º17.16%52.55%-
XYZ20.5521.9218.19-
YUV128.44118.16131.96-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.83%
GREEN value IS 129 (50.78% from 255) = 34.49%
BLUE value IS 111 (43.75% from 255) = 29.68%
R=35.83%
G=34.49%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412911100.040.170.4746.969.3948.04
Hex86816F04112F2f930
Octal206201157042157571160
Binary100001101000000111011110100100011011111011111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86816F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86816F; }

 p { color: rgb(134,129,111); }

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

<style>
 a { background-color: #86816F; }

 a { background-color: rgb(134,129,111); }

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

<style>
 span { border-color: #86816F; }

 span { border-color: rgb(134,129,111); }

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