Shades of Rusty Nail #96602D
Tints of Rusty Nail #96602D
RGB
CMYK
RGB Variations
Color information
#96602D (or 0x96602D) is known color: Rusty Nail. HEX triplet: 96, 60 and 2D. RGB value is (150,96,45). Sum of RGB (Red+Green+Blue) = 150+96+45=291 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.55% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 45 (17.97% from 255 or 15.46% from 291); Max value from RGB is 150 - color contains mainly: red. Hex color #96602D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96602D is #699FD2. Grayscale: #6A6A6A. Windows color (decimal): -6922195 or 2973846. OLE color: 2973846.
HSL color Cylindrical-coordinate representation of color #96602D: hue angle of 29.14º 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 #96602D is Cyan = 0, Magento = 0.36, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 96 | 45 | - |
| CMYK | 0 | 0.36 | 0.70 | 0.41 |
| HSL | 29.14º | 0.54% | 0.38% | - |
| HSV(B) | 29.14º | 0.7% | 0.59% | - |
| XYZ | 17.23 | 15.04 | 4.48 | - |
| YUV | 106.33 | 93.39 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 96 | 45 | 0 | 0.36 | 0.70 | 0.41 | 29.14 | 0.54 | 0.38 |
| Hex | 96 | 60 | 2D | 0 | 24 | 46 | 29 | 1D | 36 | 26 |
| Octal | 226 | 140 | 55 | 0 | 44 | 106 | 51 | 35 | 66 | 46 |
| Binary | 10010110 | 1100000 | 101101 | 0 | 100100 | 1000110 | 101001 | 11101 | 110110 | 100110 |
Color Harmonies of #96602D
Complementary color
Monochromatic Colors of #96602D
Black with #96602D
Text Example
Text Example
White with #96602D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96602D; }
p { color: rgb(150,96,45); }
H1.HeaderClassName
{
color: #96602D;
}
.AnyTagClassName
{
color: #96602D;
}
</style>
background-color css
<style>
a { background-color: #96602D; }
a { background-color: rgb(150,96,45); }
div.DivClassName
{
background-color: #96602D;
}
.BgClassName
{
background-color: #96602D;
}
</style>
border-color css
<style>
span { border-color: #96602D; }
span { border-color: rgb(150,96,45); }
td.TdClassName
{
border-color: #96602D;
}
.TagClassName
{
border-color: #96602D;
}
</style>