#876554

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

Shades of Leather #876554

Tints of Leather #876554

Color information

#876554 (or 0x876554) is unknown color: approx Leather. HEX triplet: 87, 65 and 54. RGB value is (135,101,84). Sum of RGB (Red+Green+Blue) = 135+101+84=320 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.19% from 320); Green value is 101 (39.84% from 255 or 31.56% from 320); Blue value is 84 (33.20% from 255 or 26.25% from 320); Max value from RGB is 135 - color contains mainly: red. Hex color #876554 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876554 is #789AAB. Grayscale: #6D6D6D. Windows color (decimal): -7903916 or 5531015. OLE color: 5531015.

HSL color Cylindrical-coordinate representation of color #876554: hue angle of 20º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #876554 is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB13510184-
CMYK00.250.380.47
HSL20º23.29%42.94%-
HSV(B)20º37.78%52.94%-
XYZ16.2515.110.45-
YUV109.23113.76146.38-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.19%
GREEN value IS 101 (39.84% from 255) = 31.56%
BLUE value IS 84 (33.20% from 255) = 26.25%
R=42.19%
G=31.56%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351018400.250.380.472023.2942.94
Hex876554019262F14172b
Octal2071451240314657242753
Binary10000111110010110101000110011001101011111010010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876554; }

 p { color: rgb(135,101,84); }

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

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

 a { background-color: rgb(135,101,84); }

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

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

 span { border-color: rgb(135,101,84); }

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