#85966D

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

Shades of Highland #85966D

Tints of Highland #85966D

Color information

#85966D (or 0x85966D) is unknown color: approx Highland. HEX triplet: 85, 96 and 6D. RGB value is (133,150,109). Sum of RGB (Red+Green+Blue) = 133+150+109=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 150 (58.98% from 255 or 38.27% from 392); Blue value is 109 (42.97% from 255 or 27.81% from 392); Max value from RGB is 150 - color contains mainly: green. Hex color #85966D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85966D is #7A6992. Grayscale: #8C8C8C. Windows color (decimal): -8022419 or 7181957. OLE color: 7181957.

HSL color Cylindrical-coordinate representation of color #85966D: hue angle of 84.88º 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 #85966D is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB133150109-
CMYK0.1100.270.41
HSL84.88º16.33%50.78%-
HSV(B)84.88º27.33%58.82%-
XYZ23.3427.918.62-
YUV140.24110.37122.83-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.93%
GREEN value IS 150 (58.98% from 255) = 38.27%
BLUE value IS 109 (42.97% from 255) = 27.81%
R=33.93%
G=38.27%
B=27.81%

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
Decimal1331501090.1100.270.4184.8816.3350.78
Hex85966DB01B29551033
Octal20522615513033511252063
Binary100001011001011011011011011011011101001101010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85966D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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