#85956C

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

Shades of Highland #85956C

Tints of Highland #85956C

Color information

#85956C (or 0x85956C) is unknown color: approx Highland. HEX triplet: 85, 95 and 6C. RGB value is (133,149,108). Sum of RGB (Red+Green+Blue) = 133+149+108=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 149 (58.59% from 255 or 38.21% from 390); Blue value is 108 (42.58% from 255 or 27.69% from 390); Max value from RGB is 149 - color contains mainly: green. Hex color #85956C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85956C is #7A6A93. Grayscale: #8B8B8B. Windows color (decimal): -8022676 or 7116165. OLE color: 7116165.

HSL color Cylindrical-coordinate representation of color #85956C: hue angle of 83.41º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #85956C is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB133149108-
CMYK0.1100.280.42
HSL83.41º16.21%50.39%-
HSV(B)83.41º27.52%58.43%-
XYZ23.1327.5618.29-
YUV139.54110.2123.33-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.10%
GREEN value IS 149 (58.59% from 255) = 38.21%
BLUE value IS 108 (42.58% from 255) = 27.69%
R=34.10%
G=38.21%
B=27.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1331491080.1100.280.4283.4116.2150.39
Hex85956CB01C2A531032
Octal20522515413034521232062
Binary100001011001010111011001011011100101010101001110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85956C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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