#87612E

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

Shades of Rusty Nail #87612E

Tints of Rusty Nail #87612E

Color information

#87612E (or 0x87612E) is unknown color: approx Rusty Nail. HEX triplet: 87, 61 and 2E. RGB value is (135,97,46). Sum of RGB (Red+Green+Blue) = 135+97+46=278 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.56% from 278); Green value is 97 (38.28% from 255 or 34.89% from 278); Blue value is 46 (18.36% from 255 or 16.55% from 278); Max value from RGB is 135 - color contains mainly: red. Hex color #87612E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87612E is #789ED1. Grayscale: #666666. Windows color (decimal): -7904978 or 3039623. OLE color: 3039623.

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

Color convert

RGB1359746-
CMYK00.280.660.47
HSL34.38º49.17%35.49%-
HSV(B)34.38º65.93%52.94%-
XYZ14.7613.94.49-
YUV102.5596.09151.15-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.56%
GREEN value IS 97 (38.28% from 255) = 34.89%
BLUE value IS 46 (18.36% from 255) = 16.55%
R=48.56%
G=34.89%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135974600.280.660.4734.3849.1735.49
Hex87612E01C422F223123
Octal2071415603410257426143
Binary1000011111000011011100111001000010101111100010110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87612E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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