Shades of Rusty Nail #92682D
Tints of Rusty Nail #92682D
RGB
CMYK
RGB Variations
Color information
#92682D (or 0x92682D) is known color: Rusty Nail. HEX triplet: 92, 68 and 2D. RGB value is (146,104,45). Sum of RGB (Red+Green+Blue) = 146+104+45=295 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.49% from 295); Green value is 104 (41.02% from 255 or 35.25% from 295); Blue value is 45 (17.97% from 255 or 15.25% from 295); Max value from RGB is 146 - color contains mainly: red. Hex color #92682D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92682D is #6D97D2. Grayscale: #6E6E6E. Windows color (decimal): -7182291 or 2975890. OLE color: 2975890.
HSL color Cylindrical-coordinate representation of color #92682D: hue angle of 35.05º 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 #92682D is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 104 | 45 | - |
| CMYK | 0 | 0.29 | 0.69 | 0.43 |
| HSL | 35.05º | 0.53% | 0.37% | - |
| HSV(B) | 35.05º | 0.69% | 0.57% | - |
| XYZ | 17.28 | 16.2 | 4.7 | - |
| YUV | 109.83 | 91.41 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 104 | 45 | 0 | 0.29 | 0.69 | 0.43 | 35.05 | 0.53 | 0.37 |
| Hex | 92 | 68 | 2D | 0 | 1D | 45 | 2B | 23 | 35 | 25 |
| Octal | 222 | 150 | 55 | 0 | 35 | 105 | 53 | 43 | 65 | 45 |
| Binary | 10010010 | 1101000 | 101101 | 0 | 11101 | 1000101 | 101011 | 100011 | 110101 | 100101 |
Color Harmonies of #92682D
Complementary color
Monochromatic Colors of #92682D
Black with #92682D
Text Example
Text Example
White with #92682D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92682D; }
p { color: rgb(146,104,45); }
H1.HeaderClassName
{
color: #92682D;
}
.AnyTagClassName
{
color: #92682D;
}
</style>
background-color css
<style>
a { background-color: #92682D; }
a { background-color: rgb(146,104,45); }
div.DivClassName
{
background-color: #92682D;
}
.BgClassName
{
background-color: #92682D;
}
</style>
border-color css
<style>
span { border-color: #92682D; }
span { border-color: rgb(146,104,45); }
td.TdClassName
{
border-color: #92682D;
}
.TagClassName
{
border-color: #92682D;
}
</style>