Shades of Rusty Nail #90602C
Tints of Rusty Nail #90602C
RGB
CMYK
RGB Variations
Color information
#90602C (or 0x90602C) is known color: Rusty Nail. HEX triplet: 90, 60 and 2C. RGB value is (144,96,44). Sum of RGB (Red+Green+Blue) = 144+96+44=284 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.70% from 284); Green value is 96 (37.89% from 255 or 33.80% from 284); Blue value is 44 (17.58% from 255 or 15.49% from 284); Max value from RGB is 144 - color contains mainly: red. Hex color #90602C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90602C is #6F9FD3. Grayscale: #686868. Windows color (decimal): -7315412 or 2908304. OLE color: 2908304.
HSL color Cylindrical-coordinate representation of color #90602C: hue angle of 31.2º degrees, saturation: 0.53, 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 #90602C is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 96 | 44 | - |
| CMYK | 0 | 0.33 | 0.69 | 0.44 |
| HSL | 31.2º | 0.53% | 0.37% | - |
| HSV(B) | 31.2º | 0.69% | 0.56% | - |
| XYZ | 16.14 | 14.48 | 4.33 | - |
| YUV | 104.42 | 93.9 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 96 | 44 | 0 | 0.33 | 0.69 | 0.44 | 31.2 | 0.53 | 0.37 |
| Hex | 90 | 60 | 2C | 0 | 21 | 45 | 2C | 1F | 35 | 25 |
| Octal | 220 | 140 | 54 | 0 | 41 | 105 | 54 | 37 | 65 | 45 |
| Binary | 10010000 | 1100000 | 101100 | 0 | 100001 | 1000101 | 101100 | 11111 | 110101 | 100101 |
Color Harmonies of #90602C
Complementary color
Monochromatic Colors of #90602C
Black with #90602C
Text Example
Text Example
White with #90602C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90602C; }
p { color: rgb(144,96,44); }
H1.HeaderClassName
{
color: #90602C;
}
.AnyTagClassName
{
color: #90602C;
}
</style>
background-color css
<style>
a { background-color: #90602C; }
a { background-color: rgb(144,96,44); }
div.DivClassName
{
background-color: #90602C;
}
.BgClassName
{
background-color: #90602C;
}
</style>
border-color css
<style>
span { border-color: #90602C; }
span { border-color: rgb(144,96,44); }
td.TdClassName
{
border-color: #90602C;
}
.TagClassName
{
border-color: #90602C;
}
</style>