Shades of Rusty Nail #90602D
Tints of Rusty Nail #90602D
RGB
CMYK
RGB Variations
Color information
#90602D (or 0x90602D) is known color: Rusty Nail. HEX triplet: 90, 60 and 2D. RGB value is (144,96,45). Sum of RGB (Red+Green+Blue) = 144+96+45=285 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.53% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 45 (17.97% from 255 or 15.79% from 285); Max value from RGB is 144 - color contains mainly: red. Hex color #90602D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90602D is #6F9FD2. Grayscale: #686868. Windows color (decimal): -7315411 or 2973840. OLE color: 2973840.
HSL color Cylindrical-coordinate representation of color #90602D: hue angle of 30.91º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #90602D is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 96 | 45 | - |
| CMYK | 0 | 0.33 | 0.69 | 0.44 |
| HSL | 30.91º | 0.52% | 0.37% | - |
| HSV(B) | 30.91º | 0.69% | 0.56% | - |
| XYZ | 16.16 | 14.48 | 4.43 | - |
| YUV | 104.54 | 94.4 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 96 | 45 | 0 | 0.33 | 0.69 | 0.44 | 30.91 | 0.52 | 0.37 |
| Hex | 90 | 60 | 2D | 0 | 21 | 45 | 2C | 1F | 34 | 25 |
| Octal | 220 | 140 | 55 | 0 | 41 | 105 | 54 | 37 | 64 | 45 |
| Binary | 10010000 | 1100000 | 101101 | 0 | 100001 | 1000101 | 101100 | 11111 | 110100 | 100101 |
Color Harmonies of #90602D
Complementary color
Monochromatic Colors of #90602D
Black with #90602D
Text Example
Text Example
White with #90602D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90602D; }
p { color: rgb(144,96,45); }
H1.HeaderClassName
{
color: #90602D;
}
.AnyTagClassName
{
color: #90602D;
}
</style>
background-color css
<style>
a { background-color: #90602D; }
a { background-color: rgb(144,96,45); }
div.DivClassName
{
background-color: #90602D;
}
.BgClassName
{
background-color: #90602D;
}
</style>
border-color css
<style>
span { border-color: #90602D; }
span { border-color: rgb(144,96,45); }
td.TdClassName
{
border-color: #90602D;
}
.TagClassName
{
border-color: #90602D;
}
</style>