#87664F

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

Shades of Leather #87664F

Tints of Leather #87664F

Color information

#87664F (or 0x87664F) is unknown color: approx Leather. HEX triplet: 87, 66 and 4F. RGB value is (135,102,79). Sum of RGB (Red+Green+Blue) = 135+102+79=316 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.72% from 316); Green value is 102 (40.23% from 255 or 32.28% from 316); Blue value is 79 (31.25% from 255 or 25% from 316); Max value from RGB is 135 - color contains mainly: red. Hex color #87664F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87664F is #7899B0. Grayscale: #6D6D6D. Windows color (decimal): -7903665 or 5203591. OLE color: 5203591.

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

Color convert

RGB13510279-
CMYK00.240.410.47
HSL24.64º26.17%41.96%-
HSV(B)24.64º41.48%52.94%-
XYZ16.1515.229.48-
YUV109.24110.93146.37-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.72%
GREEN value IS 102 (40.23% from 255) = 32.28%
BLUE value IS 79 (31.25% from 255) = 25%
R=42.72%
G=32.28%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351027900.240.410.4724.6426.1741.96
Hex87664F018292F191a2a
Octal2071461170305157313252
Binary10000111110011010011110110001010011011111100111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87664F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87664F; }

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

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

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

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

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

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

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

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