Shades of Rusty Nail #96622D
Tints of Rusty Nail #96622D
RGB
CMYK
RGB Variations
Color information
#96622D (or 0x96622D) is known color: Rusty Nail. HEX triplet: 96, 62 and 2D. RGB value is (150,98,45). Sum of RGB (Red+Green+Blue) = 150+98+45=293 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.19% from 293); Green value is 98 (38.67% from 255 or 33.45% from 293); Blue value is 45 (17.97% from 255 or 15.36% from 293); Max value from RGB is 150 - color contains mainly: red. Hex color #96622D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96622D is #699DD2. Grayscale: #6B6B6B. Windows color (decimal): -6921683 or 2974358. OLE color: 2974358.
HSL color Cylindrical-coordinate representation of color #96622D: hue angle of 30.29º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #96622D is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 98 | 45 | - |
| CMYK | 0 | 0.35 | 0.70 | 0.41 |
| HSL | 30.29º | 0.54% | 0.38% | - |
| HSV(B) | 30.29º | 0.7% | 0.59% | - |
| XYZ | 17.42 | 15.41 | 4.54 | - |
| YUV | 107.51 | 92.73 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 98 | 45 | 0 | 0.35 | 0.70 | 0.41 | 30.29 | 0.54 | 0.38 |
| Hex | 96 | 62 | 2D | 0 | 23 | 46 | 29 | 1E | 36 | 26 |
| Octal | 226 | 142 | 55 | 0 | 43 | 106 | 51 | 36 | 66 | 46 |
| Binary | 10010110 | 1100010 | 101101 | 0 | 100011 | 1000110 | 101001 | 11110 | 110110 | 100110 |
Color Harmonies of #96622D
Complementary color
Monochromatic Colors of #96622D
Black with #96622D
Text Example
Text Example
White with #96622D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96622D; }
p { color: rgb(150,98,45); }
H1.HeaderClassName
{
color: #96622D;
}
.AnyTagClassName
{
color: #96622D;
}
</style>
background-color css
<style>
a { background-color: #96622D; }
a { background-color: rgb(150,98,45); }
div.DivClassName
{
background-color: #96622D;
}
.BgClassName
{
background-color: #96622D;
}
</style>
border-color css
<style>
span { border-color: #96622D; }
span { border-color: rgb(150,98,45); }
td.TdClassName
{
border-color: #96622D;
}
.TagClassName
{
border-color: #96622D;
}
</style>