#85996C

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

Shades of Highland #85996C

Tints of Highland #85996C

Color information

#85996C (or 0x85996C) is unknown color: approx Highland. HEX triplet: 85, 99 and 6C. RGB value is (133,153,108). Sum of RGB (Red+Green+Blue) = 133+153+108=394 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.76% from 394); Green value is 153 (60.16% from 255 or 38.83% from 394); Blue value is 108 (42.58% from 255 or 27.41% from 394); Max value from RGB is 153 - color contains mainly: green. Hex color #85996C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85996C is #7A6693. Grayscale: #8E8E8E. Windows color (decimal): -8021652 or 7117189. OLE color: 7117189.

HSL color Cylindrical-coordinate representation of color #85996C: hue angle of 86.67º 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 #85996C is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB133153108-
CMYK0.1300.290.4
HSL86.67º18.07%51.18%-
HSV(B)86.67º29.41%60%-
XYZ23.7728.8518.5-
YUV141.89108.87121.66-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.76%
GREEN value IS 153 (60.16% from 255) = 38.83%
BLUE value IS 108 (42.58% from 255) = 27.41%
R=33.76%
G=38.83%
B=27.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1331531080.1300.290.486.6718.0751.18
Hex85996CD01D28571233
Octal20523115415035501272263
Binary100001011001100111011001101011101101000101011110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85996C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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