Shades of Rusty Nail #965E2D
Tints of Rusty Nail #965E2D
RGB
CMYK
RGB Variations
Color information
#965E2D (or 0x965E2D) is known color: Rusty Nail. HEX triplet: 96, 5E and 2D. RGB value is (150,94,45). Sum of RGB (Red+Green+Blue) = 150+94+45=289 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.90% from 289); Green value is 94 (37.11% from 255 or 32.53% from 289); Blue value is 45 (17.97% from 255 or 15.57% from 289); Max value from RGB is 150 - color contains mainly: red. Hex color #965E2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965E2D is #69A1D2. Grayscale: #696969. Windows color (decimal): -6922707 or 2973334. OLE color: 2973334.
HSL color Cylindrical-coordinate representation of color #965E2D: hue angle of 28º 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 #965E2D is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 94 | 45 | - |
| CMYK | 0 | 0.37 | 0.70 | 0.41 |
| HSL | 28º | 0.54% | 0.38% | - |
| HSV(B) | 28º | 0.7% | 0.59% | - |
| XYZ | 17.05 | 14.68 | 4.42 | - |
| YUV | 105.16 | 94.05 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 94 | 45 | 0 | 0.37 | 0.70 | 0.41 | 28 | 0.54 | 0.38 |
| Hex | 96 | 5E | 2D | 0 | 25 | 46 | 29 | 1C | 36 | 26 |
| Octal | 226 | 136 | 55 | 0 | 45 | 106 | 51 | 34 | 66 | 46 |
| Binary | 10010110 | 1011110 | 101101 | 0 | 100101 | 1000110 | 101001 | 11100 | 110110 | 100110 |
Color Harmonies of #965E2D
Complementary color
Monochromatic Colors of #965E2D
Black with #965E2D
Text Example
Text Example
White with #965E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965E2D; }
p { color: rgb(150,94,45); }
H1.HeaderClassName
{
color: #965E2D;
}
.AnyTagClassName
{
color: #965E2D;
}
</style>
background-color css
<style>
a { background-color: #965E2D; }
a { background-color: rgb(150,94,45); }
div.DivClassName
{
background-color: #965E2D;
}
.BgClassName
{
background-color: #965E2D;
}
</style>
border-color css
<style>
span { border-color: #965E2D; }
span { border-color: rgb(150,94,45); }
td.TdClassName
{
border-color: #965E2D;
}
.TagClassName
{
border-color: #965E2D;
}
</style>