#85986C

Color #85986C Highland (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Highland #85986C

Tints of Highland #85986C

Color information

#85986C (or 0x85986C) is unknown color: approx Highland. HEX triplet: 85, 98 and 6C. RGB value is (133,152,108). Sum of RGB (Red+Green+Blue) = 133+152+108=393 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.84% from 393); Green value is 152 (59.77% from 255 or 38.68% from 393); Blue value is 108 (42.58% from 255 or 27.48% from 393); Max value from RGB is 152 - color contains mainly: green. Hex color #85986C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85986C is #7A6793. Grayscale: #8D8D8D. Windows color (decimal): -8021908 or 7116933. OLE color: 7116933.

HSL color Cylindrical-coordinate representation of color #85986C: hue angle of 85.91º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #85986C is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB133152108-
CMYK0.1300.290.40
HSL85.91º17.6%50.98%-
HSV(B)85.91º28.95%59.61%-
XYZ23.6128.5318.45-
YUV141.3109.21122.08-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.84%
GREEN value IS 152 (59.77% from 255) = 38.68%
BLUE value IS 108 (42.58% from 255) = 27.48%
R=33.84%
G=38.68%
B=27.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1331521080.1300.290.4085.9117.650.98
Hex85986CD01D28561233
Octal20523015415035501262263
Binary100001011001100011011001101011101101000101011010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85986C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85986C; }

 p { color: rgb(133,152,108); }

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

<style>
 a { background-color: #85986C; }

 a { background-color: rgb(133,152,108); }

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

<style>
 span { border-color: #85986C; }

 span { border-color: rgb(133,152,108); }

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