#86816B

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

Shades of Olive Haze #86816B

Tints of Olive Haze #86816B

Color information

#86816B (or 0x86816B) is unknown color: approx Olive Haze. HEX triplet: 86, 81 and 6B. RGB value is (134,129,107). Sum of RGB (Red+Green+Blue) = 134+129+107=370 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.22% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 107 (42.19% from 255 or 28.92% from 370); Max value from RGB is 134 - color contains mainly: red. Hex color #86816B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86816B is #797E94. Grayscale: #808080. Windows color (decimal): -7962261 or 7045510. OLE color: 7045510.

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

Color convert

RGB134129107-
CMYK00.040.200.47
HSL48.89º11.2%47.25%-
HSV(B)48.89º20.15%52.55%-
XYZ20.3421.8317.05-
YUV127.99116.16132.29-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.22%
GREEN value IS 129 (50.78% from 255) = 34.86%
BLUE value IS 107 (42.19% from 255) = 28.92%
R=36.22%
G=34.86%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412910700.040.200.4748.8911.247.25
Hex86816B04142F31b2f
Octal206201153042457611357
Binary100001101000000111010110100101001011111100011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86816B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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