#86806E

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

Shades of Olive Haze #86806E

Tints of Olive Haze #86806E

Color information

#86806E (or 0x86806E) is unknown color: approx Olive Haze. HEX triplet: 86, 80 and 6E. RGB value is (134,128,110). Sum of RGB (Red+Green+Blue) = 134+128+110=372 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.02% from 372); Green value is 128 (50.39% from 255 or 34.41% from 372); Blue value is 110 (43.36% from 255 or 29.57% from 372); Max value from RGB is 134 - color contains mainly: red. Hex color #86806E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86806E is #797F91. Grayscale: #7F7F7F. Windows color (decimal): -7962514 or 7241862. OLE color: 7241862.

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

Color convert

RGB134128110-
CMYK00.040.180.47
HSL45º9.84%47.84%-
HSV(B)45º17.91%52.55%-
XYZ20.3721.6317.85-
YUV127.74117.99132.46-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.02%
GREEN value IS 128 (50.39% from 255) = 34.41%
BLUE value IS 110 (43.36% from 255) = 29.57%
R=36.02%
G=34.41%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412811000.040.180.47459.8447.84
Hex86806E04122F2da30
Octal206200156042257551260
Binary100001101000000011011100100100101011111011011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86806E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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