Shades of Rusty Nail #946430
Tints of Rusty Nail #946430
RGB
CMYK
RGB Variations
Color information
#946430 (or 0x946430) is known color: Rusty Nail. HEX triplet: 94, 64 and 30. RGB value is (148,100,48). Sum of RGB (Red+Green+Blue) = 148+100+48=296 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50% from 296); Green value is 100 (39.45% from 255 or 33.78% from 296); Blue value is 48 (19.14% from 255 or 16.22% from 296); Max value from RGB is 148 - color contains mainly: red. Hex color #946430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946430 is #6B9BCF. Grayscale: #6C6C6C. Windows color (decimal): -7052240 or 3171476. OLE color: 3171476.
HSL color Cylindrical-coordinate representation of color #946430: hue angle of 31.2º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #946430 is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 100 | 48 | - |
| CMYK | 0 | 0.32 | 0.68 | 0.42 |
| HSL | 31.2º | 0.51% | 0.38% | - |
| HSV(B) | 31.2º | 0.68% | 0.58% | - |
| XYZ | 17.3 | 15.62 | 4.9 | - |
| YUV | 108.42 | 93.9 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 100 | 48 | 0 | 0.32 | 0.68 | 0.42 | 31.2 | 0.51 | 0.38 |
| Hex | 94 | 64 | 30 | 0 | 20 | 44 | 2A | 1F | 33 | 26 |
| Octal | 224 | 144 | 60 | 0 | 40 | 104 | 52 | 37 | 63 | 46 |
| Binary | 10010100 | 1100100 | 110000 | 0 | 100000 | 1000100 | 101010 | 11111 | 110011 | 100110 |
Color Harmonies of #946430
Complementary color
Monochromatic Colors of #946430
Black with #946430
Text Example
Text Example
White with #946430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946430; }
p { color: rgb(148,100,48); }
H1.HeaderClassName
{
color: #946430;
}
.AnyTagClassName
{
color: #946430;
}
</style>
background-color css
<style>
a { background-color: #946430; }
a { background-color: rgb(148,100,48); }
div.DivClassName
{
background-color: #946430;
}
.BgClassName
{
background-color: #946430;
}
</style>
border-color css
<style>
span { border-color: #946430; }
span { border-color: rgb(148,100,48); }
td.TdClassName
{
border-color: #946430;
}
.TagClassName
{
border-color: #946430;
}
</style>