#85996A

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

Shades of Highland #85996A

Tints of Highland #85996A

Color information

#85996A (or 0x85996A) is unknown color: approx Highland. HEX triplet: 85, 99 and 6A. RGB value is (133,153,106). Sum of RGB (Red+Green+Blue) = 133+153+106=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 106 (41.80% from 255 or 27.04% from 392); Max value from RGB is 153 - color contains mainly: green. Hex color #85996A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85996A is #7A6695. Grayscale: #8D8D8D. Windows color (decimal): -8021654 or 6986117. OLE color: 6986117.

HSL color Cylindrical-coordinate representation of color #85996A: hue angle of 85.53º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #85996A is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB133153106-
CMYK0.1300.310.4
HSL85.53º18.73%50.78%-
HSV(B)85.53º30.72%60%-
XYZ23.6728.8117.95-
YUV141.66107.87121.82-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.93%
GREEN value IS 153 (60.16% from 255) = 39.03%
BLUE value IS 106 (41.80% from 255) = 27.04%
R=33.93%
G=39.03%
B=27.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1331531060.1300.310.485.5318.7350.78
Hex85996AD01F28561333
Octal20523115215037501262363
Binary100001011001100111010101101011111101000101011010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85996A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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