#85966E

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

Shades of Highland #85966E

Tints of Highland #85966E

Color information

#85966E (or 0x85966E) is unknown color: approx Highland. HEX triplet: 85, 96 and 6E. RGB value is (133,150,110). Sum of RGB (Red+Green+Blue) = 133+150+110=393 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.84% from 393); Green value is 150 (58.98% from 255 or 38.17% from 393); Blue value is 110 (43.36% from 255 or 27.99% from 393); Max value from RGB is 150 - color contains mainly: green. Hex color #85966E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85966E is #7A6991. Grayscale: #8C8C8C. Windows color (decimal): -8022418 or 7247493. OLE color: 7247493.

HSL color Cylindrical-coordinate representation of color #85966E: hue angle of 85.5º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #85966E is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB133150110-
CMYK0.1100.270.41
HSL85.5º16%50.98%-
HSV(B)85.5º26.67%58.82%-
XYZ23.3927.9318.91-
YUV140.36110.87122.75-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.84%
GREEN value IS 150 (58.98% from 255) = 38.17%
BLUE value IS 110 (43.36% from 255) = 27.99%
R=33.84%
G=38.17%
B=27.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1331501100.1100.270.4185.51650.98
Hex85966EB01B29551033
Octal20522615613033511252063
Binary100001011001011011011101011011011101001101010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85966E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85966E; }

 p { color: rgb(133,150,110); }

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

<style>
 a { background-color: #85966E; }

 a { background-color: rgb(133,150,110); }

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

<style>
 span { border-color: #85966E; }

 span { border-color: rgb(133,150,110); }

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