#876755

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

Shades of Leather #876755

Tints of Leather #876755

Color information

#876755 (or 0x876755) is unknown color: approx Leather. HEX triplet: 87, 67 and 55. RGB value is (135,103,85). Sum of RGB (Red+Green+Blue) = 135+103+85=323 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.80% from 323); Green value is 103 (40.62% from 255 or 31.89% from 323); Blue value is 85 (33.59% from 255 or 26.32% from 323); Max value from RGB is 135 - color contains mainly: red. Hex color #876755 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876755 is #7898AA. Grayscale: #6E6E6E. Windows color (decimal): -7903403 or 5597063. OLE color: 5597063.

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

Color convert

RGB13510385-
CMYK00.240.370.47
HSL21.6º22.73%43.14%-
HSV(B)21.6º37.04%52.94%-
XYZ16.4815.5110.72-
YUV110.52113.6145.46-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.80%
GREEN value IS 103 (40.62% from 255) = 31.89%
BLUE value IS 85 (33.59% from 255) = 26.32%
R=41.80%
G=31.89%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351038500.240.370.4721.622.7343.14
Hex876755018252F16172b
Octal2071471250304557262753
Binary10000111110011110101010110001001011011111011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876755; }

 p { color: rgb(135,103,85); }

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

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

 a { background-color: rgb(135,103,85); }

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

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

 span { border-color: rgb(135,103,85); }

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