#87674E

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

Shades of Leather #87674E

Tints of Leather #87674E

Color information

#87674E (or 0x87674E) is unknown color: approx Leather. HEX triplet: 87, 67 and 4E. RGB value is (135,103,78). Sum of RGB (Red+Green+Blue) = 135+103+78=316 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.72% from 316); Green value is 103 (40.62% from 255 or 32.59% from 316); Blue value is 78 (30.86% from 255 or 24.68% from 316); Max value from RGB is 135 - color contains mainly: red. Hex color #87674E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87674E is #7898B1. Grayscale: #6D6D6D. Windows color (decimal): -7903410 or 5138311. OLE color: 5138311.

HSL color Cylindrical-coordinate representation of color #87674E: hue angle of 26.32º 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 #87674E is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB13510378-
CMYK00.240.420.47
HSL26.32º26.76%41.76%-
HSV(B)26.32º42.22%52.94%-
XYZ16.2215.49.33-
YUV109.72110.1146.03-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.72%
GREEN value IS 103 (40.62% from 255) = 32.59%
BLUE value IS 78 (30.86% from 255) = 24.68%
R=42.72%
G=32.59%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351037800.240.420.4726.3226.7641.76
Hex87674E0182A2F1a1b2a
Octal2071471160305257323352
Binary10000111110011110011100110001010101011111101011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87674E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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