Shades of Rusty Nail #946530
Tints of Rusty Nail #946530
RGB
CMYK
RGB Variations
Color information
#946530 (or 0x946530) is known color: Rusty Nail. HEX triplet: 94, 65 and 30. RGB value is (148,101,48). Sum of RGB (Red+Green+Blue) = 148+101+48=297 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.83% from 297); Green value is 101 (39.84% from 255 or 34.01% from 297); Blue value is 48 (19.14% from 255 or 16.16% from 297); Max value from RGB is 148 - color contains mainly: red. Hex color #946530 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946530 is #6B9ACF. Grayscale: #6D6D6D. Windows color (decimal): -7051984 or 3171732. OLE color: 3171732.
HSL color Cylindrical-coordinate representation of color #946530: hue angle of 31.8º 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 #946530 is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 101 | 48 | - |
| CMYK | 0 | 0.32 | 0.68 | 0.42 |
| HSL | 31.8º | 0.51% | 0.38% | - |
| HSV(B) | 31.8º | 0.68% | 0.58% | - |
| XYZ | 17.4 | 15.82 | 4.93 | - |
| YUV | 109.01 | 93.57 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 101 | 48 | 0 | 0.32 | 0.68 | 0.42 | 31.8 | 0.51 | 0.38 |
| Hex | 94 | 65 | 30 | 0 | 20 | 44 | 2A | 20 | 33 | 26 |
| Octal | 224 | 145 | 60 | 0 | 40 | 104 | 52 | 40 | 63 | 46 |
| Binary | 10010100 | 1100101 | 110000 | 0 | 100000 | 1000100 | 101010 | 100000 | 110011 | 100110 |
Color Harmonies of #946530
Complementary color
Monochromatic Colors of #946530
Black with #946530
Text Example
Text Example
White with #946530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946530; }
p { color: rgb(148,101,48); }
H1.HeaderClassName
{
color: #946530;
}
.AnyTagClassName
{
color: #946530;
}
</style>
background-color css
<style>
a { background-color: #946530; }
a { background-color: rgb(148,101,48); }
div.DivClassName
{
background-color: #946530;
}
.BgClassName
{
background-color: #946530;
}
</style>
border-color css
<style>
span { border-color: #946530; }
span { border-color: rgb(148,101,48); }
td.TdClassName
{
border-color: #946530;
}
.TagClassName
{
border-color: #946530;
}
</style>