Shades of Rusty Nail #956430
Tints of Rusty Nail #956430
RGB
CMYK
RGB Variations
Color information
#956430 (or 0x956430) is known color: Rusty Nail. HEX triplet: 95, 64 and 30. RGB value is (149,100,48). Sum of RGB (Red+Green+Blue) = 149+100+48=297 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.17% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 48 (19.14% from 255 or 16.16% from 297); Max value from RGB is 149 - color contains mainly: red. Hex color #956430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956430 is #6A9BCF. Grayscale: #6C6C6C. Windows color (decimal): -6986704 or 3171477. OLE color: 3171477.
HSL color Cylindrical-coordinate representation of color #956430: hue angle of 30.89º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #956430 is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 100 | 48 | - |
| CMYK | 0 | 0.33 | 0.68 | 0.42 |
| HSL | 30.89º | 0.51% | 0.39% | - |
| HSV(B) | 30.89º | 0.68% | 0.58% | - |
| XYZ | 17.49 | 15.72 | 4.91 | - |
| YUV | 108.72 | 93.73 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 100 | 48 | 0 | 0.33 | 0.68 | 0.42 | 30.89 | 0.51 | 0.39 |
| Hex | 95 | 64 | 30 | 0 | 21 | 44 | 2A | 1F | 33 | 27 |
| Octal | 225 | 144 | 60 | 0 | 41 | 104 | 52 | 37 | 63 | 47 |
| Binary | 10010101 | 1100100 | 110000 | 0 | 100001 | 1000100 | 101010 | 11111 | 110011 | 100111 |
Color Harmonies of #956430
Complementary color
Monochromatic Colors of #956430
Black with #956430
Text Example
Text Example
White with #956430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956430; }
p { color: rgb(149,100,48); }
H1.HeaderClassName
{
color: #956430;
}
.AnyTagClassName
{
color: #956430;
}
</style>
background-color css
<style>
a { background-color: #956430; }
a { background-color: rgb(149,100,48); }
div.DivClassName
{
background-color: #956430;
}
.BgClassName
{
background-color: #956430;
}
</style>
border-color css
<style>
span { border-color: #956430; }
span { border-color: rgb(149,100,48); }
td.TdClassName
{
border-color: #956430;
}
.TagClassName
{
border-color: #956430;
}
</style>