#876958

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

Shades of Leather #876958

Tints of Leather #876958

Color information

#876958 (or 0x876958) is unknown color: approx Leather. HEX triplet: 87, 69 and 58. RGB value is (135,105,88). Sum of RGB (Red+Green+Blue) = 135+105+88=328 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.16% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 88 (34.77% from 255 or 26.83% from 328); Max value from RGB is 135 - color contains mainly: red. Hex color #876958 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876958 is #7896A7. Grayscale: #707070. Windows color (decimal): -7902888 or 5794183. OLE color: 5794183.

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

Color convert

RGB13510588-
CMYK00.220.350.47
HSL21.7º21.08%43.73%-
HSV(B)21.7º34.81%52.94%-
XYZ16.815.9611.43-
YUV112.03114.44144.38-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.16%
GREEN value IS 105 (41.41% from 255) = 32.01%
BLUE value IS 88 (34.77% from 255) = 26.83%
R=41.16%
G=32.01%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351058800.220.350.4721.721.0843.73
Hex876958016232F16152c
Octal2071511300264357262554
Binary10000111110100110110000101101000111011111011010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876958; }

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

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

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

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

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

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

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

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