#85806B

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

Shades of Olive Haze #85806B

Tints of Olive Haze #85806B

Color information

#85806B (or 0x85806B) is unknown color: approx Olive Haze. HEX triplet: 85, 80 and 6B. RGB value is (133,128,107). Sum of RGB (Red+Green+Blue) = 133+128+107=368 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.14% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 107 (42.19% from 255 or 29.08% from 368); Max value from RGB is 133 - color contains mainly: red. Hex color #85806B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85806B is #7A7F94. Grayscale: #7F7F7F. Windows color (decimal): -8028053 or 7045253. OLE color: 7045253.

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

Color convert

RGB133128107-
CMYK00.040.200.48
HSL48.46º10.83%47.06%-
HSV(B)48.46º19.55%52.16%-
XYZ20.0521.4917-
YUV127.1116.66132.21-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.14%
GREEN value IS 128 (50.39% from 255) = 34.78%
BLUE value IS 107 (42.19% from 255) = 29.08%
R=36.14%
G=34.78%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312810700.040.200.4848.4610.8347.06
Hex85806B04143030b2f
Octal205200153042460601357
Binary100001011000000011010110100101001100001100001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85806B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,128,107); }

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

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

 a { background-color: rgb(133,128,107); }

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

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

 span { border-color: rgb(133,128,107); }

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