#906031

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

Shades of Rusty Nail #906031

Tints of Rusty Nail #906031

Color information

#906031 (or 0x906031) is unknown color: approx Rusty Nail. HEX triplet: 90, 60 and 31. RGB value is (144,96,49). Sum of RGB (Red+Green+Blue) = 144+96+49=289 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.83% from 289); Green value is 96 (37.89% from 255 or 33.22% from 289); Blue value is 49 (19.53% from 255 or 16.96% from 289); Max value from RGB is 144 - color contains mainly: red. Hex color #906031 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #906031 is #6F9FCE. Grayscale: #696969. Windows color (decimal): -7315407 or 3235984. OLE color: 3235984.

HSL color Cylindrical-coordinate representation of color #906031: hue angle of 29.68º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #906031 is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.44.

Color convert

RGB1449649-
CMYK00.330.660.44
HSL29.68º49.22%37.84%-
HSV(B)29.68º65.97%56.47%-
XYZ16.2414.524.85-
YUV104.9996.4155.82-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 49.83%
GREEN value IS 96 (37.89% from 255) = 33.22%
BLUE value IS 49 (19.53% from 255) = 16.96%
R=49.83%
G=33.22%
B=16.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.66
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144964900.330.660.4429.6849.2237.84
Hex906031021422C1e3126
Octal2201406104110254366146
Binary1001000011000001100010100001100001010110011110110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906031; }

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

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

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

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

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

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

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

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