#85956B

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

Shades of Highland #85956B

Tints of Highland #85956B

Color information

#85956B (or 0x85956B) is unknown color: approx Highland. HEX triplet: 85, 95 and 6B. RGB value is (133,149,107). Sum of RGB (Red+Green+Blue) = 133+149+107=389 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.19% from 389); Green value is 149 (58.59% from 255 or 38.30% from 389); Blue value is 107 (42.19% from 255 or 27.51% from 389); Max value from RGB is 149 - color contains mainly: green. Hex color #85956B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85956B is #7A6A94. Grayscale: #8B8B8B. Windows color (decimal): -8022677 or 7050629. OLE color: 7050629.

HSL color Cylindrical-coordinate representation of color #85956B: hue angle of 82.86º degrees, saturation: 0.17, 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 #85956B is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB133149107-
CMYK0.1100.280.42
HSL82.86º16.54%50.2%-
HSV(B)82.86º28.19%58.43%-
XYZ23.0727.5418.01-
YUV139.43109.7123.42-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.19%
GREEN value IS 149 (58.59% from 255) = 38.30%
BLUE value IS 107 (42.19% from 255) = 27.51%
R=34.19%
G=38.30%
B=27.51%

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
Decimal1331491070.1100.280.4282.8616.5450.2
Hex85956BB01C2A531132
Octal20522515313034521232162
Binary100001011001010111010111011011100101010101001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85956B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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