Shades of Rusty Nail #926830
Tints of Rusty Nail #926830
RGB
CMYK
RGB Variations
Color information
#926830 (or 0x926830) is known color: Rusty Nail. HEX triplet: 92, 68 and 30. RGB value is (146,104,48). Sum of RGB (Red+Green+Blue) = 146+104+48=298 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.99% from 298); Green value is 104 (41.02% from 255 or 34.90% from 298); Blue value is 48 (19.14% from 255 or 16.11% from 298); Max value from RGB is 146 - color contains mainly: red. Hex color #926830 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #926830 is #6D97CF. Grayscale: #6E6E6E. Windows color (decimal): -7182288 or 3172498. OLE color: 3172498.
HSL color Cylindrical-coordinate representation of color #926830: hue angle of 34.29º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #926830 is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 104 | 48 | - |
| CMYK | 0 | 0.29 | 0.67 | 0.43 |
| HSL | 34.29º | 0.51% | 0.38% | - |
| HSV(B) | 34.29º | 0.67% | 0.57% | - |
| XYZ | 17.34 | 16.23 | 5.01 | - |
| YUV | 110.17 | 92.91 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 104 | 48 | 0 | 0.29 | 0.67 | 0.43 | 34.29 | 0.51 | 0.38 |
| Hex | 92 | 68 | 30 | 0 | 1D | 43 | 2B | 22 | 33 | 26 |
| Octal | 222 | 150 | 60 | 0 | 35 | 103 | 53 | 42 | 63 | 46 |
| Binary | 10010010 | 1101000 | 110000 | 0 | 11101 | 1000011 | 101011 | 100010 | 110011 | 100110 |
Color Harmonies of #926830
Complementary color
Monochromatic Colors of #926830
Black with #926830
Text Example
Text Example
White with #926830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926830; }
p { color: rgb(146,104,48); }
H1.HeaderClassName
{
color: #926830;
}
.AnyTagClassName
{
color: #926830;
}
</style>
background-color css
<style>
a { background-color: #926830; }
a { background-color: rgb(146,104,48); }
div.DivClassName
{
background-color: #926830;
}
.BgClassName
{
background-color: #926830;
}
</style>
border-color css
<style>
span { border-color: #926830; }
span { border-color: rgb(146,104,48); }
td.TdClassName
{
border-color: #926830;
}
.TagClassName
{
border-color: #926830;
}
</style>