#87694E

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

Shades of Leather #87694E

Tints of Leather #87694E

Color information

#87694E (or 0x87694E) is unknown color: approx Leather. HEX triplet: 87, 69 and 4E. RGB value is (135,105,78). Sum of RGB (Red+Green+Blue) = 135+105+78=318 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.45% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 78 (30.86% from 255 or 24.53% from 318); Max value from RGB is 135 - color contains mainly: red. Hex color #87694E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87694E is #7896B1. Grayscale: #6F6F6F. Windows color (decimal): -7902898 or 5138823. OLE color: 5138823.

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

Color convert

RGB13510578-
CMYK00.220.420.47
HSL28.42º26.76%41.76%-
HSV(B)28.42º42.22%52.94%-
XYZ16.4215.89.39-
YUV110.89109.44145.2-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.45%
GREEN value IS 105 (41.41% from 255) = 33.02%
BLUE value IS 78 (30.86% from 255) = 24.53%
R=42.45%
G=33.02%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351057800.220.420.4728.4226.7641.76
Hex87694E0162A2F1c1b2a
Octal2071511160265257343352
Binary10000111110100110011100101101010101011111110011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87694E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87694E; }

 p { color: rgb(135,105,78); }

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

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

 a { background-color: rgb(135,105,78); }

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

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

 span { border-color: rgb(135,105,78); }

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