Shades of Rusty Nail #96642D
Tints of Rusty Nail #96642D
RGB
CMYK
RGB Variations
Color information
#96642D (or 0x96642D) is known color: Rusty Nail. HEX triplet: 96, 64 and 2D. RGB value is (150,100,45). Sum of RGB (Red+Green+Blue) = 150+100+45=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 100 (39.45% from 255 or 33.90% from 295); Blue value is 45 (17.97% from 255 or 15.25% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #96642D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96642D is #699BD2. Grayscale: #6C6C6C. Windows color (decimal): -6921171 or 2974870. OLE color: 2974870.
HSL color Cylindrical-coordinate representation of color #96642D: hue angle of 31.43º 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 #96642D is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 100 | 45 | - |
| CMYK | 0 | 0.33 | 0.70 | 0.41 |
| HSL | 31.43º | 0.54% | 0.38% | - |
| HSV(B) | 31.43º | 0.7% | 0.59% | - |
| XYZ | 17.61 | 15.79 | 4.6 | - |
| YUV | 108.68 | 92.07 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 100 | 45 | 0 | 0.33 | 0.70 | 0.41 | 31.43 | 0.54 | 0.38 |
| Hex | 96 | 64 | 2D | 0 | 21 | 46 | 29 | 1F | 36 | 26 |
| Octal | 226 | 144 | 55 | 0 | 41 | 106 | 51 | 37 | 66 | 46 |
| Binary | 10010110 | 1100100 | 101101 | 0 | 100001 | 1000110 | 101001 | 11111 | 110110 | 100110 |
Color Harmonies of #96642D
Complementary color
Monochromatic Colors of #96642D
Black with #96642D
Text Example
Text Example
White with #96642D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96642D; }
p { color: rgb(150,100,45); }
H1.HeaderClassName
{
color: #96642D;
}
.AnyTagClassName
{
color: #96642D;
}
</style>
background-color css
<style>
a { background-color: #96642D; }
a { background-color: rgb(150,100,45); }
div.DivClassName
{
background-color: #96642D;
}
.BgClassName
{
background-color: #96642D;
}
</style>
border-color css
<style>
span { border-color: #96642D; }
span { border-color: rgb(150,100,45); }
td.TdClassName
{
border-color: #96642D;
}
.TagClassName
{
border-color: #96642D;
}
</style>