#86806A

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

Shades of Olive Haze #86806A

Tints of Olive Haze #86806A

Color information

#86806A (or 0x86806A) is unknown color: approx Olive Haze. HEX triplet: 86, 80 and 6A. RGB value is (134,128,106). Sum of RGB (Red+Green+Blue) = 134+128+106=368 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.41% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 106 (41.80% from 255 or 28.80% from 368); Max value from RGB is 134 - color contains mainly: red. Hex color #86806A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86806A is #797F95. Grayscale: #7F7F7F. Windows color (decimal): -7962518 or 6979718. OLE color: 6979718.

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

Color convert

RGB134128106-
CMYK00.040.210.47
HSL47.14º11.67%47.06%-
HSV(B)47.14º20.9%52.55%-
XYZ20.1521.5516.73-
YUV127.29115.99132.79-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.41%
GREEN value IS 128 (50.39% from 255) = 34.78%
BLUE value IS 106 (41.80% from 255) = 28.80%
R=36.41%
G=34.78%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412810600.040.210.4747.1411.6747.06
Hex86806A04152F2fc2f
Octal206200152042557571457
Binary100001101000000011010100100101011011111011111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86806A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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