#87642E

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

Shades of Rusty Nail #87642E

Tints of Rusty Nail #87642E

Color information

#87642E (or 0x87642E) is unknown color: approx Rusty Nail. HEX triplet: 87, 64 and 2E. RGB value is (135,100,46). Sum of RGB (Red+Green+Blue) = 135+100+46=281 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.04% from 281); Green value is 100 (39.45% from 255 or 35.59% from 281); Blue value is 46 (18.36% from 255 or 16.37% from 281); Max value from RGB is 135 - color contains mainly: red. Hex color #87642E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87642E is #789BD1. Grayscale: #686868. Windows color (decimal): -7904210 or 3040391. OLE color: 3040391.

HSL color Cylindrical-coordinate representation of color #87642E: hue angle of 36.4º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #87642E is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB13510046-
CMYK00.260.660.47
HSL36.4º49.17%35.49%-
HSV(B)36.4º65.93%52.94%-
XYZ15.0414.464.58-
YUV104.3195.1149.89-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.04%
GREEN value IS 100 (39.45% from 255) = 35.59%
BLUE value IS 46 (18.36% from 255) = 16.37%
R=48.04%
G=35.59%
B=16.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351004600.260.660.4736.449.1735.49
Hex87642E01A422F243123
Octal2071445603210257446143
Binary1000011111001001011100110101000010101111100100110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87642E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,100,46); }

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

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

 a { background-color: rgb(135,100,46); }

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

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

 span { border-color: rgb(135,100,46); }

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