Shades of Rusty Nail #93642F
Tints of Rusty Nail #93642F
RGB
CMYK
RGB Variations
Color information
#93642F (or 0x93642F) is known color: Rusty Nail. HEX triplet: 93, 64 and 2F. RGB value is (147,100,47). Sum of RGB (Red+Green+Blue) = 147+100+47=294 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50% from 294); Green value is 100 (39.45% from 255 or 34.01% from 294); Blue value is 47 (18.75% from 255 or 15.99% from 294); Max value from RGB is 147 - color contains mainly: red. Hex color #93642F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93642F is #6C9BD0. Grayscale: #6C6C6C. Windows color (decimal): -7117777 or 3105939. OLE color: 3105939.
HSL color Cylindrical-coordinate representation of color #93642F: hue angle of 31.8º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #93642F is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 100 | 47 | - |
| CMYK | 0 | 0.32 | 0.68 | 0.42 |
| HSL | 31.8º | 0.52% | 0.38% | - |
| HSV(B) | 31.8º | 0.68% | 0.58% | - |
| XYZ | 17.1 | 15.52 | 4.78 | - |
| YUV | 108.01 | 93.57 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 100 | 47 | 0 | 0.32 | 0.68 | 0.42 | 31.8 | 0.52 | 0.38 |
| Hex | 93 | 64 | 2F | 0 | 20 | 44 | 2A | 20 | 34 | 26 |
| Octal | 223 | 144 | 57 | 0 | 40 | 104 | 52 | 40 | 64 | 46 |
| Binary | 10010011 | 1100100 | 101111 | 0 | 100000 | 1000100 | 101010 | 100000 | 110100 | 100110 |
Color Harmonies of #93642F
Complementary color
Monochromatic Colors of #93642F
Black with #93642F
Text Example
Text Example
White with #93642F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93642F; }
p { color: rgb(147,100,47); }
H1.HeaderClassName
{
color: #93642F;
}
.AnyTagClassName
{
color: #93642F;
}
</style>
background-color css
<style>
a { background-color: #93642F; }
a { background-color: rgb(147,100,47); }
div.DivClassName
{
background-color: #93642F;
}
.BgClassName
{
background-color: #93642F;
}
</style>
border-color css
<style>
span { border-color: #93642F; }
span { border-color: rgb(147,100,47); }
td.TdClassName
{
border-color: #93642F;
}
.TagClassName
{
border-color: #93642F;
}
</style>