Shades of Rusty Nail #93682C
Tints of Rusty Nail #93682C
RGB
CMYK
RGB Variations
Color information
#93682C (or 0x93682C) is known color: Rusty Nail. HEX triplet: 93, 68 and 2C. RGB value is (147,104,44). Sum of RGB (Red+Green+Blue) = 147+104+44=295 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.83% from 295); Green value is 104 (41.02% from 255 or 35.25% from 295); Blue value is 44 (17.58% from 255 or 14.92% from 295); Max value from RGB is 147 - color contains mainly: red. Hex color #93682C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93682C is #6C97D3. Grayscale: #6E6E6E. Windows color (decimal): -7116756 or 2910355. OLE color: 2910355.
HSL color Cylindrical-coordinate representation of color #93682C: hue angle of 34.95º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #93682C is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 104 | 44 | - |
| CMYK | 0 | 0.29 | 0.70 | 0.42 |
| HSL | 34.95º | 0.54% | 0.37% | - |
| HSV(B) | 34.95º | 0.7% | 0.58% | - |
| XYZ | 17.44 | 16.29 | 4.61 | - |
| YUV | 110.02 | 90.75 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 104 | 44 | 0 | 0.29 | 0.70 | 0.42 | 34.95 | 0.54 | 0.37 |
| Hex | 93 | 68 | 2C | 0 | 1D | 46 | 2A | 23 | 36 | 25 |
| Octal | 223 | 150 | 54 | 0 | 35 | 106 | 52 | 43 | 66 | 45 |
| Binary | 10010011 | 1101000 | 101100 | 0 | 11101 | 1000110 | 101010 | 100011 | 110110 | 100101 |
Color Harmonies of #93682C
Complementary color
Monochromatic Colors of #93682C
Black with #93682C
Text Example
Text Example
White with #93682C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93682C; }
p { color: rgb(147,104,44); }
H1.HeaderClassName
{
color: #93682C;
}
.AnyTagClassName
{
color: #93682C;
}
</style>
background-color css
<style>
a { background-color: #93682C; }
a { background-color: rgb(147,104,44); }
div.DivClassName
{
background-color: #93682C;
}
.BgClassName
{
background-color: #93682C;
}
</style>
border-color css
<style>
span { border-color: #93682C; }
span { border-color: rgb(147,104,44); }
td.TdClassName
{
border-color: #93682C;
}
.TagClassName
{
border-color: #93682C;
}
</style>