#87674F

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

Shades of Leather #87674F

Tints of Leather #87674F

Color information

#87674F (or 0x87674F) is unknown color: approx Leather. HEX triplet: 87, 67 and 4F. RGB value is (135,103,79). Sum of RGB (Red+Green+Blue) = 135+103+79=317 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.59% from 317); Green value is 103 (40.62% from 255 or 32.49% from 317); Blue value is 79 (31.25% from 255 or 24.92% from 317); Max value from RGB is 135 - color contains mainly: red. Hex color #87674F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87674F is #7898B0. Grayscale: #6D6D6D. Windows color (decimal): -7903409 or 5203847. OLE color: 5203847.

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

Color convert

RGB13510379-
CMYK00.240.410.47
HSL25.71º26.17%41.96%-
HSV(B)25.71º41.48%52.94%-
XYZ16.2515.429.52-
YUV109.83110.6145.95-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.59%
GREEN value IS 103 (40.62% from 255) = 32.49%
BLUE value IS 79 (31.25% from 255) = 24.92%
R=42.59%
G=32.49%
B=24.92%

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
Decimal1351037900.240.410.4725.7126.1741.96
Hex87674F018292F1a1a2a
Octal2071471170305157323252
Binary10000111110011110011110110001010011011111101011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87674F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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