Shades of Rusty Nail #99622E
Tints of Rusty Nail #99622E
RGB
CMYK
RGB Variations
Color information
#99622E (or 0x99622E) is known color: Rusty Nail. HEX triplet: 99, 62 and 2E. RGB value is (153,98,46). Sum of RGB (Red+Green+Blue) = 153+98+46=297 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.52% from 297); Green value is 98 (38.67% from 255 or 33.00% from 297); Blue value is 46 (18.36% from 255 or 15.49% from 297); Max value from RGB is 153 - color contains mainly: red. Hex color #99622E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99622E is #669DD1. Grayscale: #6C6C6C. Windows color (decimal): -6725074 or 3039897. OLE color: 3039897.
HSL color Cylindrical-coordinate representation of color #99622E: hue angle of 29.16º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #99622E is Cyan = 0, Magento = 0.36, Yellow = 0.70 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 98 | 46 | - |
| CMYK | 0 | 0.36 | 0.70 | 0.4 |
| HSL | 29.16º | 0.54% | 0.39% | - |
| HSV(B) | 29.16º | 0.7% | 0.6% | - |
| XYZ | 18 | 15.7 | 4.67 | - |
| YUV | 108.52 | 92.72 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 98 | 46 | 0 | 0.36 | 0.70 | 0.4 | 29.16 | 0.54 | 0.39 |
| Hex | 99 | 62 | 2E | 0 | 24 | 46 | 28 | 1D | 36 | 27 |
| Octal | 231 | 142 | 56 | 0 | 44 | 106 | 50 | 35 | 66 | 47 |
| Binary | 10011001 | 1100010 | 101110 | 0 | 100100 | 1000110 | 101000 | 11101 | 110110 | 100111 |
Color Harmonies of #99622E
Complementary color
Monochromatic Colors of #99622E
Black with #99622E
Text Example
Text Example
White with #99622E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99622E; }
p { color: rgb(153,98,46); }
H1.HeaderClassName
{
color: #99622E;
}
.AnyTagClassName
{
color: #99622E;
}
</style>
background-color css
<style>
a { background-color: #99622E; }
a { background-color: rgb(153,98,46); }
div.DivClassName
{
background-color: #99622E;
}
.BgClassName
{
background-color: #99622E;
}
</style>
border-color css
<style>
span { border-color: #99622E; }
span { border-color: rgb(153,98,46); }
td.TdClassName
{
border-color: #99622E;
}
.TagClassName
{
border-color: #99622E;
}
</style>