Shades of Rusty Nail #916431
Tints of Rusty Nail #916431
RGB
CMYK
RGB Variations
Color information
#916431 (or 0x916431) is known color: Rusty Nail. HEX triplet: 91, 64 and 31. RGB value is (145,100,49). Sum of RGB (Red+Green+Blue) = 145+100+49=294 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.32% from 294); Green value is 100 (39.45% from 255 or 34.01% from 294); Blue value is 49 (19.53% from 255 or 16.67% from 294); Max value from RGB is 145 - color contains mainly: red. Hex color #916431 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #916431 is #6E9BCE. Grayscale: #6B6B6B. Windows color (decimal): -7248847 or 3237009. OLE color: 3237009.
HSL color Cylindrical-coordinate representation of color #916431: hue angle of 31.88º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #916431 is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 100 | 49 | - |
| CMYK | 0 | 0.31 | 0.66 | 0.43 |
| HSL | 31.88º | 0.49% | 0.38% | - |
| HSV(B) | 31.88º | 0.66% | 0.57% | - |
| XYZ | 16.79 | 15.36 | 4.98 | - |
| YUV | 107.64 | 94.91 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 100 | 49 | 0 | 0.31 | 0.66 | 0.43 | 31.88 | 0.49 | 0.38 |
| Hex | 91 | 64 | 31 | 0 | 1F | 42 | 2B | 20 | 31 | 26 |
| Octal | 221 | 144 | 61 | 0 | 37 | 102 | 53 | 40 | 61 | 46 |
| Binary | 10010001 | 1100100 | 110001 | 0 | 11111 | 1000010 | 101011 | 100000 | 110001 | 100110 |
Color Harmonies of #916431
Complementary color
Monochromatic Colors of #916431
Black with #916431
Text Example
Text Example
White with #916431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916431; }
p { color: rgb(145,100,49); }
H1.HeaderClassName
{
color: #916431;
}
.AnyTagClassName
{
color: #916431;
}
</style>
background-color css
<style>
a { background-color: #916431; }
a { background-color: rgb(145,100,49); }
div.DivClassName
{
background-color: #916431;
}
.BgClassName
{
background-color: #916431;
}
</style>
border-color css
<style>
span { border-color: #916431; }
span { border-color: rgb(145,100,49); }
td.TdClassName
{
border-color: #916431;
}
.TagClassName
{
border-color: #916431;
}
</style>