Shades of Rusty Nail #93672D
Tints of Rusty Nail #93672D
RGB
CMYK
RGB Variations
Color information
#93672D (or 0x93672D) is known color: Rusty Nail. HEX triplet: 93, 67 and 2D. RGB value is (147,103,45). Sum of RGB (Red+Green+Blue) = 147+103+45=295 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.83% from 295); Green value is 103 (40.62% from 255 or 34.92% from 295); Blue value is 45 (17.97% from 255 or 15.25% from 295); Max value from RGB is 147 - color contains mainly: red. Hex color #93672D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93672D is #6C98D2. Grayscale: #6D6D6D. Windows color (decimal): -7117011 or 2975635. OLE color: 2975635.
HSL color Cylindrical-coordinate representation of color #93672D: hue angle of 34.12º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #93672D is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 103 | 45 | - |
| CMYK | 0 | 0.30 | 0.69 | 0.42 |
| HSL | 34.12º | 0.53% | 0.38% | - |
| HSV(B) | 34.12º | 0.69% | 0.58% | - |
| XYZ | 17.36 | 16.09 | 4.67 | - |
| YUV | 109.54 | 91.58 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 103 | 45 | 0 | 0.30 | 0.69 | 0.42 | 34.12 | 0.53 | 0.38 |
| Hex | 93 | 67 | 2D | 0 | 1E | 45 | 2A | 22 | 35 | 26 |
| Octal | 223 | 147 | 55 | 0 | 36 | 105 | 52 | 42 | 65 | 46 |
| Binary | 10010011 | 1100111 | 101101 | 0 | 11110 | 1000101 | 101010 | 100010 | 110101 | 100110 |
Color Harmonies of #93672D
Complementary color
Monochromatic Colors of #93672D
Black with #93672D
Text Example
Text Example
White with #93672D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93672D; }
p { color: rgb(147,103,45); }
H1.HeaderClassName
{
color: #93672D;
}
.AnyTagClassName
{
color: #93672D;
}
</style>
background-color css
<style>
a { background-color: #93672D; }
a { background-color: rgb(147,103,45); }
div.DivClassName
{
background-color: #93672D;
}
.BgClassName
{
background-color: #93672D;
}
</style>
border-color css
<style>
span { border-color: #93672D; }
span { border-color: rgb(147,103,45); }
td.TdClassName
{
border-color: #93672D;
}
.TagClassName
{
border-color: #93672D;
}
</style>