#87664D

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

Shades of Leather #87664D

Tints of Leather #87664D

Color information

#87664D (or 0x87664D) is unknown color: approx Leather. HEX triplet: 87, 66 and 4D. RGB value is (135,102,77). Sum of RGB (Red+Green+Blue) = 135+102+77=314 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.99% from 314); Green value is 102 (40.23% from 255 or 32.48% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 135 - color contains mainly: red. Hex color #87664D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87664D is #7899B2. Grayscale: #6D6D6D. Windows color (decimal): -7903667 or 5072519. OLE color: 5072519.

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

Color convert

RGB13510277-
CMYK00.240.430.47
HSL25.86º27.36%41.57%-
HSV(B)25.86º42.96%52.94%-
XYZ16.0815.199.11-
YUV109.02109.93146.53-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.99%
GREEN value IS 102 (40.23% from 255) = 32.48%
BLUE value IS 77 (30.47% from 255) = 24.52%
R=42.99%
G=32.48%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351027700.240.430.4725.8627.3641.57
Hex87664D0182B2F1a1b2a
Octal2071461150305357323352
Binary10000111110011010011010110001010111011111101011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87664D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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