#876858

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

Shades of Leather #876858

Tints of Leather #876858

Color information

#876858 (or 0x876858) is unknown color: approx Leather. HEX triplet: 87, 68 and 58. RGB value is (135,104,88). Sum of RGB (Red+Green+Blue) = 135+104+88=327 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.28% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 88 (34.77% from 255 or 26.91% from 327); Max value from RGB is 135 - color contains mainly: red. Hex color #876858 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876858 is #7897A7. Grayscale: #6F6F6F. Windows color (decimal): -7903144 or 5793927. OLE color: 5793927.

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

Color convert

RGB13510488-
CMYK00.230.350.47
HSL20.43º21.08%43.73%-
HSV(B)20.43º34.81%52.94%-
XYZ16.715.7611.39-
YUV111.44114.77144.8-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.28%
GREEN value IS 104 (41.02% from 255) = 31.80%
BLUE value IS 88 (34.77% from 255) = 26.91%
R=41.28%
G=31.80%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351048800.230.350.4720.4321.0843.73
Hex876858017232F14152c
Octal2071501300274357242554
Binary10000111110100010110000101111000111011111010010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876858; }

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

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

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

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

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

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

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

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