#86806D

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

Shades of Olive Haze #86806D

Tints of Olive Haze #86806D

Color information

#86806D (or 0x86806D) is unknown color: approx Olive Haze. HEX triplet: 86, 80 and 6D. RGB value is (134,128,109). Sum of RGB (Red+Green+Blue) = 134+128+109=371 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.12% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 134 - color contains mainly: red. Hex color #86806D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86806D is #797F92. Grayscale: #7F7F7F. Windows color (decimal): -7962515 or 7176326. OLE color: 7176326.

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

Color convert

RGB134128109-
CMYK00.040.190.47
HSL45.6º10.29%47.65%-
HSV(B)45.6º18.66%52.55%-
XYZ20.3121.6117.57-
YUV127.63117.49132.54-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.12%
GREEN value IS 128 (50.39% from 255) = 34.50%
BLUE value IS 109 (42.97% from 255) = 29.38%
R=36.12%
G=34.50%
B=29.38%

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
Decimal13412810900.040.190.4745.610.2947.65
Hex86806D04132F2ea30
Octal206200155042357561260
Binary100001101000000011011010100100111011111011101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86806D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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