#876B5A

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

Shades of Leather #876B5A

Tints of Leather #876B5A

Color information

#876B5A (or 0x876B5A) is unknown color: approx Leather. HEX triplet: 87, 6B and 5A. RGB value is (135,107,90). Sum of RGB (Red+Green+Blue) = 135+107+90=332 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.66% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 90 (35.55% from 255 or 27.11% from 332); Max value from RGB is 135 - color contains mainly: red. Hex color #876B5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876B5A is #7894A5. Grayscale: #717171. Windows color (decimal): -7902374 or 5925767. OLE color: 5925767.

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

Color convert

RGB13510790-
CMYK00.210.330.47
HSL22.67º20%44.12%-
HSV(B)22.67º33.33%52.94%-
XYZ17.0916.411.94-
YUV113.43114.78143.38-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.66%
GREEN value IS 107 (42.19% from 255) = 32.23%
BLUE value IS 90 (35.55% from 255) = 27.11%
R=40.66%
G=32.23%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351079000.210.330.4722.672044.12
Hex876B5A015212F17142c
Octal2071531320254157272454
Binary10000111110101110110100101011000011011111011110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876B5A; }

 p { color: rgb(135,107,90); }

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

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

 a { background-color: rgb(135,107,90); }

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

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

 span { border-color: rgb(135,107,90); }

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