Shades of Rusty Nail #91682F
Tints of Rusty Nail #91682F
RGB
CMYK
RGB Variations
Color information
#91682F (or 0x91682F) is known color: Rusty Nail. HEX triplet: 91, 68 and 2F. RGB value is (145,104,47). Sum of RGB (Red+Green+Blue) = 145+104+47=296 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.99% from 296); Green value is 104 (41.02% from 255 or 35.14% from 296); Blue value is 47 (18.75% from 255 or 15.88% from 296); Max value from RGB is 145 - color contains mainly: red. Hex color #91682F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #91682F is #6E97D0. Grayscale: #6E6E6E. Windows color (decimal): -7247825 or 3106961. OLE color: 3106961.
HSL color Cylindrical-coordinate representation of color #91682F: hue angle of 34.9º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #91682F is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 104 | 47 | - |
| CMYK | 0 | 0.28 | 0.68 | 0.43 |
| HSL | 34.9º | 0.51% | 0.38% | - |
| HSV(B) | 34.9º | 0.68% | 0.57% | - |
| XYZ | 17.14 | 16.13 | 4.9 | - |
| YUV | 109.76 | 92.58 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 104 | 47 | 0 | 0.28 | 0.68 | 0.43 | 34.9 | 0.51 | 0.38 |
| Hex | 91 | 68 | 2F | 0 | 1C | 44 | 2B | 23 | 33 | 26 |
| Octal | 221 | 150 | 57 | 0 | 34 | 104 | 53 | 43 | 63 | 46 |
| Binary | 10010001 | 1101000 | 101111 | 0 | 11100 | 1000100 | 101011 | 100011 | 110011 | 100110 |
Color Harmonies of #91682F
Complementary color
Monochromatic Colors of #91682F
Black with #91682F
Text Example
Text Example
White with #91682F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91682F; }
p { color: rgb(145,104,47); }
H1.HeaderClassName
{
color: #91682F;
}
.AnyTagClassName
{
color: #91682F;
}
</style>
background-color css
<style>
a { background-color: #91682F; }
a { background-color: rgb(145,104,47); }
div.DivClassName
{
background-color: #91682F;
}
.BgClassName
{
background-color: #91682F;
}
</style>
border-color css
<style>
span { border-color: #91682F; }
span { border-color: rgb(145,104,47); }
td.TdClassName
{
border-color: #91682F;
}
.TagClassName
{
border-color: #91682F;
}
</style>