#85966B

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

Shades of Highland #85966B

Tints of Highland #85966B

Color information

#85966B (or 0x85966B) is unknown color: approx Highland. HEX triplet: 85, 96 and 6B. RGB value is (133,150,107). Sum of RGB (Red+Green+Blue) = 133+150+107=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 150 (58.98% from 255 or 38.46% from 390); Blue value is 107 (42.19% from 255 or 27.44% from 390); Max value from RGB is 150 - color contains mainly: green. Hex color #85966B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85966B is #7A6994. Grayscale: #8C8C8C. Windows color (decimal): -8022421 or 7050885. OLE color: 7050885.

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

Color convert

RGB133150107-
CMYK0.1100.290.41
HSL83.72º17%50.39%-
HSV(B)83.72º28.67%58.82%-
XYZ23.2327.8618.06-
YUV140.01109.37123-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.10%
GREEN value IS 150 (58.98% from 255) = 38.46%
BLUE value IS 107 (42.19% from 255) = 27.44%
R=34.10%
G=38.46%
B=27.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1331501070.1100.290.4183.721750.39
Hex85966BB01D29541132
Octal20522615313035511242162
Binary100001011001011011010111011011101101001101010010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85966B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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