#87662D

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

Shades of Rusty Nail #87662D

Tints of Rusty Nail #87662D

Color information

#87662D (or 0x87662D) is unknown color: approx Rusty Nail. HEX triplet: 87, 66 and 2D. RGB value is (135,102,45). Sum of RGB (Red+Green+Blue) = 135+102+45=282 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.87% from 282); Green value is 102 (40.23% from 255 or 36.17% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 135 - color contains mainly: red. Hex color #87662D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87662D is #7899D2. Grayscale: #696969. Windows color (decimal): -7903699 or 2975367. OLE color: 2975367.

HSL color Cylindrical-coordinate representation of color #87662D: hue angle of 38º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #87662D is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB13510245-
CMYK00.240.670.47
HSL38º50%35.29%-
HSV(B)38º66.67%52.94%-
XYZ15.2214.844.55-
YUV105.3793.93149.13-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.87%
GREEN value IS 102 (40.23% from 255) = 36.17%
BLUE value IS 45 (17.97% from 255) = 15.96%
R=47.87%
G=36.17%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351024500.240.670.47385035.29
Hex87662D018432F263223
Octal2071465503010357466243
Binary1000011111001101011010110001000011101111100110110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87662D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87662D; }

 p { color: rgb(135,102,45); }

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

<style>
 a { background-color: #87662D; }

 a { background-color: rgb(135,102,45); }

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

<style>
 span { border-color: #87662D; }

 span { border-color: rgb(135,102,45); }

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