#86816D

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

Shades of Olive Haze #86816D

Tints of Olive Haze #86816D

Color information

#86816D (or 0x86816D) is unknown color: approx Olive Haze. HEX triplet: 86, 81 and 6D. RGB value is (134,129,109). Sum of RGB (Red+Green+Blue) = 134+129+109=372 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.02% from 372); Green value is 129 (50.78% from 255 or 34.68% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 134 - color contains mainly: red. Hex color #86816D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86816D is #797E92. Grayscale: #808080. Windows color (decimal): -7962259 or 7176582. OLE color: 7176582.

HSL color Cylindrical-coordinate representation of color #86816D: hue angle of 48º 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 #86816D is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB134129109-
CMYK00.040.190.47
HSL48º10.29%47.65%-
HSV(B)48º18.66%52.55%-
XYZ20.4421.8717.61-
YUV128.21117.16132.13-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.02%
GREEN value IS 129 (50.78% from 255) = 34.68%
BLUE value IS 109 (42.97% from 255) = 29.30%
R=36.02%
G=34.68%
B=29.30%

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
Decimal13412910900.040.190.474810.2947.65
Hex86816D04132F30a30
Octal206201155042357601260
Binary100001101000000111011010100100111011111100001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86816D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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