#87956C

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

Shades of Highland #87956C

Tints of Highland #87956C

Color information

#87956C (or 0x87956C) is unknown color: approx Highland. HEX triplet: 87, 95 and 6C. RGB value is (135,149,108). Sum of RGB (Red+Green+Blue) = 135+149+108=392 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.44% from 392); Green value is 149 (58.59% from 255 or 38.01% from 392); Blue value is 108 (42.58% from 255 or 27.55% from 392); Max value from RGB is 149 - color contains mainly: green. Hex color #87956C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87956C is #786A93. Grayscale: #8C8C8C. Windows color (decimal): -7891604 or 7116167. OLE color: 7116167.

HSL color Cylindrical-coordinate representation of color #87956C: hue angle of 80.49º 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 #87956C is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB135149108-
CMYK0.0900.280.42
HSL80.49º16.21%50.39%-
HSV(B)80.49º27.52%58.43%-
XYZ23.4527.7318.3-
YUV140.14109.86124.33-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.44%
GREEN value IS 149 (58.59% from 255) = 38.01%
BLUE value IS 108 (42.58% from 255) = 27.55%
R=34.44%
G=38.01%
B=27.55%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1351491080.0900.280.4280.4916.2150.39
Hex87956C901C2A501032
Octal20722515411034521202062
Binary100001111001010111011001001011100101010101000010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87956C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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