Shades of Rusty Nail #90632E
Tints of Rusty Nail #90632E
RGB
CMYK
RGB Variations
Color information
#90632E (or 0x90632E) is known color: Rusty Nail. HEX triplet: 90, 63 and 2E. RGB value is (144,99,46). Sum of RGB (Red+Green+Blue) = 144+99+46=289 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.83% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 46 (18.36% from 255 or 15.92% from 289); Max value from RGB is 144 - color contains mainly: red. Hex color #90632E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90632E is #6F9CD1. Grayscale: #6A6A6A. Windows color (decimal): -7314642 or 3040144. OLE color: 3040144.
HSL color Cylindrical-coordinate representation of color #90632E: hue angle of 32.45º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #90632E is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 99 | 46 | - |
| CMYK | 0 | 0.31 | 0.68 | 0.44 |
| HSL | 32.45º | 0.52% | 0.37% | - |
| HSV(B) | 32.45º | 0.68% | 0.56% | - |
| XYZ | 16.46 | 15.05 | 4.62 | - |
| YUV | 106.41 | 93.91 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 99 | 46 | 0 | 0.31 | 0.68 | 0.44 | 32.45 | 0.52 | 0.37 |
| Hex | 90 | 63 | 2E | 0 | 1F | 44 | 2C | 20 | 34 | 25 |
| Octal | 220 | 143 | 56 | 0 | 37 | 104 | 54 | 40 | 64 | 45 |
| Binary | 10010000 | 1100011 | 101110 | 0 | 11111 | 1000100 | 101100 | 100000 | 110100 | 100101 |
Color Harmonies of #90632E
Complementary color
Monochromatic Colors of #90632E
Black with #90632E
Text Example
Text Example
White with #90632E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90632E; }
p { color: rgb(144,99,46); }
H1.HeaderClassName
{
color: #90632E;
}
.AnyTagClassName
{
color: #90632E;
}
</style>
background-color css
<style>
a { background-color: #90632E; }
a { background-color: rgb(144,99,46); }
div.DivClassName
{
background-color: #90632E;
}
.BgClassName
{
background-color: #90632E;
}
</style>
border-color css
<style>
span { border-color: #90632E; }
span { border-color: rgb(144,99,46); }
td.TdClassName
{
border-color: #90632E;
}
.TagClassName
{
border-color: #90632E;
}
</style>