Shades of Rusty Nail #96632C
Tints of Rusty Nail #96632C
RGB
CMYK
RGB Variations
Color information
#96632C (or 0x96632C) is known color: Rusty Nail. HEX triplet: 96, 63 and 2C. RGB value is (150,99,44). Sum of RGB (Red+Green+Blue) = 150+99+44=293 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.19% from 293); Green value is 99 (39.06% from 255 or 33.79% from 293); Blue value is 44 (17.58% from 255 or 15.02% from 293); Max value from RGB is 150 - color contains mainly: red. Hex color #96632C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96632C is #699CD3. Grayscale: #6C6C6C. Windows color (decimal): -6921428 or 2909078. OLE color: 2909078.
HSL color Cylindrical-coordinate representation of color #96632C: hue angle of 31.13º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #96632C is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 99 | 44 | - |
| CMYK | 0 | 0.34 | 0.71 | 0.41 |
| HSL | 31.13º | 0.55% | 0.38% | - |
| HSV(B) | 31.13º | 0.71% | 0.59% | - |
| XYZ | 17.49 | 15.59 | 4.47 | - |
| YUV | 107.98 | 91.9 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 99 | 44 | 0 | 0.34 | 0.71 | 0.41 | 31.13 | 0.55 | 0.38 |
| Hex | 96 | 63 | 2C | 0 | 22 | 47 | 29 | 1F | 37 | 26 |
| Octal | 226 | 143 | 54 | 0 | 42 | 107 | 51 | 37 | 67 | 46 |
| Binary | 10010110 | 1100011 | 101100 | 0 | 100010 | 1000111 | 101001 | 11111 | 110111 | 100110 |
Color Harmonies of #96632C
Complementary color
Monochromatic Colors of #96632C
Black with #96632C
Text Example
Text Example
White with #96632C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96632C; }
p { color: rgb(150,99,44); }
H1.HeaderClassName
{
color: #96632C;
}
.AnyTagClassName
{
color: #96632C;
}
</style>
background-color css
<style>
a { background-color: #96632C; }
a { background-color: rgb(150,99,44); }
div.DivClassName
{
background-color: #96632C;
}
.BgClassName
{
background-color: #96632C;
}
</style>
border-color css
<style>
span { border-color: #96632C; }
span { border-color: rgb(150,99,44); }
td.TdClassName
{
border-color: #96632C;
}
.TagClassName
{
border-color: #96632C;
}
</style>