Shades of Rusty Nail #906131
Tints of Rusty Nail #906131
RGB
CMYK
RGB Variations
Color information
#906131 (or 0x906131) is known color: Rusty Nail. HEX triplet: 90, 61 and 31. RGB value is (144,97,49). Sum of RGB (Red+Green+Blue) = 144+97+49=290 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.66% from 290); Green value is 97 (38.28% from 255 or 33.45% from 290); Blue value is 49 (19.53% from 255 or 16.90% from 290); Max value from RGB is 144 - color contains mainly: red. Hex color #906131 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #906131 is #6F9ECE. Grayscale: #696969. Windows color (decimal): -7315151 or 3236240. OLE color: 3236240.
HSL color Cylindrical-coordinate representation of color #906131: hue angle of 30.32º 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 #906131 is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 97 | 49 | - |
| CMYK | 0 | 0.33 | 0.66 | 0.44 |
| HSL | 30.32º | 0.49% | 0.38% | - |
| HSV(B) | 30.32º | 0.66% | 0.56% | - |
| XYZ | 16.33 | 14.7 | 4.88 | - |
| YUV | 105.58 | 96.07 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 97 | 49 | 0 | 0.33 | 0.66 | 0.44 | 30.32 | 0.49 | 0.38 |
| Hex | 90 | 61 | 31 | 0 | 21 | 42 | 2C | 1E | 31 | 26 |
| Octal | 220 | 141 | 61 | 0 | 41 | 102 | 54 | 36 | 61 | 46 |
| Binary | 10010000 | 1100001 | 110001 | 0 | 100001 | 1000010 | 101100 | 11110 | 110001 | 100110 |
Color Harmonies of #906131
Complementary color
Monochromatic Colors of #906131
Black with #906131
Text Example
Text Example
White with #906131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906131; }
p { color: rgb(144,97,49); }
H1.HeaderClassName
{
color: #906131;
}
.AnyTagClassName
{
color: #906131;
}
</style>
background-color css
<style>
a { background-color: #906131; }
a { background-color: rgb(144,97,49); }
div.DivClassName
{
background-color: #906131;
}
.BgClassName
{
background-color: #906131;
}
</style>
border-color css
<style>
span { border-color: #906131; }
span { border-color: rgb(144,97,49); }
td.TdClassName
{
border-color: #906131;
}
.TagClassName
{
border-color: #906131;
}
</style>