Shades of Rusty Nail #90632D
Tints of Rusty Nail #90632D
RGB
CMYK
RGB Variations
Color information
#90632D (or 0x90632D) is known color: Rusty Nail. HEX triplet: 90, 63 and 2D. RGB value is (144,99,45). Sum of RGB (Red+Green+Blue) = 144+99+45=288 (38% of max value = 765). Red value is 144 (56.64% from 255 or 50% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 45 (17.97% from 255 or 15.62% from 288); Max value from RGB is 144 - color contains mainly: red. Hex color #90632D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90632D is #6F9CD2. Grayscale: #6A6A6A. Windows color (decimal): -7314643 or 2974608. OLE color: 2974608.
HSL color Cylindrical-coordinate representation of color #90632D: hue angle of 32.73º 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 #90632D is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 99 | 45 | - |
| CMYK | 0 | 0.31 | 0.69 | 0.44 |
| HSL | 32.73º | 0.52% | 0.37% | - |
| HSV(B) | 32.73º | 0.69% | 0.56% | - |
| XYZ | 16.44 | 15.04 | 4.52 | - |
| YUV | 106.3 | 93.41 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 99 | 45 | 0 | 0.31 | 0.69 | 0.44 | 32.73 | 0.52 | 0.37 |
| Hex | 90 | 63 | 2D | 0 | 1F | 45 | 2C | 21 | 34 | 25 |
| Octal | 220 | 143 | 55 | 0 | 37 | 105 | 54 | 41 | 64 | 45 |
| Binary | 10010000 | 1100011 | 101101 | 0 | 11111 | 1000101 | 101100 | 100001 | 110100 | 100101 |
Color Harmonies of #90632D
Complementary color
Monochromatic Colors of #90632D
Black with #90632D
Text Example
Text Example
White with #90632D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90632D; }
p { color: rgb(144,99,45); }
H1.HeaderClassName
{
color: #90632D;
}
.AnyTagClassName
{
color: #90632D;
}
</style>
background-color css
<style>
a { background-color: #90632D; }
a { background-color: rgb(144,99,45); }
div.DivClassName
{
background-color: #90632D;
}
.BgClassName
{
background-color: #90632D;
}
</style>
border-color css
<style>
span { border-color: #90632D; }
span { border-color: rgb(144,99,45); }
td.TdClassName
{
border-color: #90632D;
}
.TagClassName
{
border-color: #90632D;
}
</style>