#876653

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

Shades of Leather #876653

Tints of Leather #876653

Color information

#876653 (or 0x876653) is unknown color: approx Leather. HEX triplet: 87, 66 and 53. RGB value is (135,102,83). Sum of RGB (Red+Green+Blue) = 135+102+83=320 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.19% from 320); Green value is 102 (40.23% from 255 or 31.88% from 320); Blue value is 83 (32.81% from 255 or 25.94% from 320); Max value from RGB is 135 - color contains mainly: red. Hex color #876653 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876653 is #7899AC. Grayscale: #6D6D6D. Windows color (decimal): -7903661 or 5465735. OLE color: 5465735.

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

Color convert

RGB13510283-
CMYK00.240.390.47
HSL21.92º23.85%42.75%-
HSV(B)21.92º38.52%52.94%-
XYZ16.315.2810.27-
YUV109.7112.93146.04-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.19%
GREEN value IS 102 (40.23% from 255) = 31.88%
BLUE value IS 83 (32.81% from 255) = 25.94%
R=42.19%
G=31.88%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351028300.240.390.4721.9223.8542.75
Hex876653018272F16182b
Octal2071461230304757263053
Binary10000111110011010100110110001001111011111011011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876653; }

 p { color: rgb(135,102,83); }

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

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

 a { background-color: rgb(135,102,83); }

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

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

 span { border-color: rgb(135,102,83); }

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