#90602A

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

Shades of Rusty Nail #90602A

Tints of Rusty Nail #90602A

Color information

#90602A (or 0x90602A) is unknown color: approx Rusty Nail. HEX triplet: 90, 60 and 2A. RGB value is (144,96,42). Sum of RGB (Red+Green+Blue) = 144+96+42=282 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.06% from 282); Green value is 96 (37.89% from 255 or 34.04% from 282); Blue value is 42 (16.80% from 255 or 14.89% from 282); Max value from RGB is 144 - color contains mainly: red. Hex color #90602A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90602A is #6F9FD5. Grayscale: #686868. Windows color (decimal): -7315414 or 2777232. OLE color: 2777232.

HSL color Cylindrical-coordinate representation of color #90602A: hue angle of 31.76º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #90602A is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.44.

Color convert

RGB1449642-
CMYK00.330.710.44
HSL31.76º54.84%36.47%-
HSV(B)31.76º70.83%56.47%-
XYZ16.114.464.13-
YUV104.292.9156.39-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 51.06%
GREEN value IS 96 (37.89% from 255) = 34.04%
BLUE value IS 42 (16.80% from 255) = 14.89%
R=51.06%
G=34.04%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.71
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144964200.330.710.4431.7654.8436.47
Hex90602A021472C203724
Octal2201405204110754406744
Binary10010000110000010101001000011000111101100100000110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90602A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90602A; }

 p { color: rgb(144,96,42); }

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

<style>
 a { background-color: #90602A; }

 a { background-color: rgb(144,96,42); }

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

<style>
 span { border-color: #90602A; }

 span { border-color: rgb(144,96,42); }

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