#876851

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

Shades of Leather #876851

Tints of Leather #876851

Color information

#876851 (or 0x876851) is unknown color: approx Leather. HEX triplet: 87, 68 and 51. RGB value is (135,104,81). Sum of RGB (Red+Green+Blue) = 135+104+81=320 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.19% from 320); Green value is 104 (41.02% from 255 or 32.5% from 320); Blue value is 81 (32.03% from 255 or 25.31% from 320); Max value from RGB is 135 - color contains mainly: red. Hex color #876851 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876851 is #7897AE. Grayscale: #6E6E6E. Windows color (decimal): -7903151 or 5335175. OLE color: 5335175.

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

Color convert

RGB13510481-
CMYK00.230.400.47
HSL25.56º25%42.35%-
HSV(B)25.56º40%52.94%-
XYZ16.4315.659.94-
YUV110.65111.27145.37-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.19%
GREEN value IS 104 (41.02% from 255) = 32.5%
BLUE value IS 81 (32.03% from 255) = 25.31%
R=42.19%
G=32.5%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351048100.230.400.4725.562542.35
Hex876851017282F1a192a
Octal2071501210275057323152
Binary10000111110100010100010101111010001011111101011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876851; }

 p { color: rgb(135,104,81); }

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

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

 a { background-color: rgb(135,104,81); }

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

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

 span { border-color: rgb(135,104,81); }

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