Shades of Rusty Nail #92692D
Tints of Rusty Nail #92692D
RGB
CMYK
RGB Variations
Color information
#92692D (or 0x92692D) is known color: Rusty Nail. HEX triplet: 92, 69 and 2D. RGB value is (146,105,45). Sum of RGB (Red+Green+Blue) = 146+105+45=296 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.32% from 296); Green value is 105 (41.41% from 255 or 35.47% from 296); Blue value is 45 (17.97% from 255 or 15.20% from 296); Max value from RGB is 146 - color contains mainly: red. Hex color #92692D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92692D is #6D96D2. Grayscale: #6E6E6E. Windows color (decimal): -7182035 or 2976146. OLE color: 2976146.
HSL color Cylindrical-coordinate representation of color #92692D: hue angle of 35.64º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #92692D is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 105 | 45 | - |
| CMYK | 0 | 0.28 | 0.69 | 0.43 |
| HSL | 35.64º | 0.53% | 0.37% | - |
| HSV(B) | 35.64º | 0.69% | 0.57% | - |
| XYZ | 17.38 | 16.4 | 4.73 | - |
| YUV | 110.42 | 91.08 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 105 | 45 | 0 | 0.28 | 0.69 | 0.43 | 35.64 | 0.53 | 0.37 |
| Hex | 92 | 69 | 2D | 0 | 1C | 45 | 2B | 24 | 35 | 25 |
| Octal | 222 | 151 | 55 | 0 | 34 | 105 | 53 | 44 | 65 | 45 |
| Binary | 10010010 | 1101001 | 101101 | 0 | 11100 | 1000101 | 101011 | 100100 | 110101 | 100101 |
Color Harmonies of #92692D
Complementary color
Monochromatic Colors of #92692D
Black with #92692D
Text Example
Text Example
White with #92692D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92692D; }
p { color: rgb(146,105,45); }
H1.HeaderClassName
{
color: #92692D;
}
.AnyTagClassName
{
color: #92692D;
}
</style>
background-color css
<style>
a { background-color: #92692D; }
a { background-color: rgb(146,105,45); }
div.DivClassName
{
background-color: #92692D;
}
.BgClassName
{
background-color: #92692D;
}
</style>
border-color css
<style>
span { border-color: #92692D; }
span { border-color: rgb(146,105,45); }
td.TdClassName
{
border-color: #92692D;
}
.TagClassName
{
border-color: #92692D;
}
</style>