Shades of Rusty Nail #96642C
Tints of Rusty Nail #96642C
RGB
CMYK
RGB Variations
Color information
#96642C (or 0x96642C) is known color: Rusty Nail. HEX triplet: 96, 64 and 2C. RGB value is (150,100,44). Sum of RGB (Red+Green+Blue) = 150+100+44=294 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.02% from 294); Green value is 100 (39.45% from 255 or 34.01% from 294); Blue value is 44 (17.58% from 255 or 14.97% from 294); Max value from RGB is 150 - color contains mainly: red. Hex color #96642C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96642C is #699BD3. Grayscale: #6C6C6C. Windows color (decimal): -6921172 or 2909334. OLE color: 2909334.
HSL color Cylindrical-coordinate representation of color #96642C: hue angle of 31.7º 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 #96642C is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 100 | 44 | - |
| CMYK | 0 | 0.33 | 0.71 | 0.41 |
| HSL | 31.7º | 0.55% | 0.38% | - |
| HSV(B) | 31.7º | 0.71% | 0.59% | - |
| XYZ | 17.59 | 15.78 | 4.5 | - |
| YUV | 108.57 | 91.57 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 100 | 44 | 0 | 0.33 | 0.71 | 0.41 | 31.7 | 0.55 | 0.38 |
| Hex | 96 | 64 | 2C | 0 | 21 | 47 | 29 | 20 | 37 | 26 |
| Octal | 226 | 144 | 54 | 0 | 41 | 107 | 51 | 40 | 67 | 46 |
| Binary | 10010110 | 1100100 | 101100 | 0 | 100001 | 1000111 | 101001 | 100000 | 110111 | 100110 |
Color Harmonies of #96642C
Complementary color
Monochromatic Colors of #96642C
Black with #96642C
Text Example
Text Example
White with #96642C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96642C; }
p { color: rgb(150,100,44); }
H1.HeaderClassName
{
color: #96642C;
}
.AnyTagClassName
{
color: #96642C;
}
</style>
background-color css
<style>
a { background-color: #96642C; }
a { background-color: rgb(150,100,44); }
div.DivClassName
{
background-color: #96642C;
}
.BgClassName
{
background-color: #96642C;
}
</style>
border-color css
<style>
span { border-color: #96642C; }
span { border-color: rgb(150,100,44); }
td.TdClassName
{
border-color: #96642C;
}
.TagClassName
{
border-color: #96642C;
}
</style>