#876954

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

Shades of Leather #876954

Tints of Leather #876954

Color information

#876954 (or 0x876954) is unknown color: approx Leather. HEX triplet: 87, 69 and 54. RGB value is (135,105,84). Sum of RGB (Red+Green+Blue) = 135+105+84=324 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.67% from 324); Green value is 105 (41.41% from 255 or 32.41% from 324); Blue value is 84 (33.20% from 255 or 25.93% from 324); Max value from RGB is 135 - color contains mainly: red. Hex color #876954 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876954 is #7896AB. Grayscale: #6F6F6F. Windows color (decimal): -7902892 or 5532039. OLE color: 5532039.

HSL color Cylindrical-coordinate representation of color #876954: hue angle of 24.71º 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 #876954 is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB13510584-
CMYK00.220.380.47
HSL24.71º23.29%42.94%-
HSV(B)24.71º37.78%52.94%-
XYZ16.6415.8910.58-
YUV111.58112.44144.71-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.67%
GREEN value IS 105 (41.41% from 255) = 32.41%
BLUE value IS 84 (33.20% from 255) = 25.93%
R=41.67%
G=32.41%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351058400.220.380.4724.7123.2942.94
Hex876954016262F19172b
Octal2071511240264657312753
Binary10000111110100110101000101101001101011111100110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876954; }

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

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

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

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

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

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

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

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