Shades of Rusty Nail #93672B
Tints of Rusty Nail #93672B
RGB
CMYK
RGB Variations
Color information
#93672B (or 0x93672B) is known color: Rusty Nail. HEX triplet: 93, 67 and 2B. RGB value is (147,103,43). Sum of RGB (Red+Green+Blue) = 147+103+43=293 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.17% from 293); Green value is 103 (40.62% from 255 or 35.15% from 293); Blue value is 43 (17.19% from 255 or 14.68% from 293); Max value from RGB is 147 - color contains mainly: red. Hex color #93672B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93672B is #6C98D4. Grayscale: #6D6D6D. Windows color (decimal): -7117013 or 2844563. OLE color: 2844563.
HSL color Cylindrical-coordinate representation of color #93672B: hue angle of 34.62º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #93672B is Cyan = 0, Magento = 0.30, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 103 | 43 | - |
| CMYK | 0 | 0.30 | 0.71 | 0.42 |
| HSL | 34.62º | 0.55% | 0.37% | - |
| HSV(B) | 34.62º | 0.71% | 0.58% | - |
| XYZ | 17.32 | 16.08 | 4.48 | - |
| YUV | 109.32 | 90.58 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 103 | 43 | 0 | 0.30 | 0.71 | 0.42 | 34.62 | 0.55 | 0.37 |
| Hex | 93 | 67 | 2B | 0 | 1E | 47 | 2A | 23 | 37 | 25 |
| Octal | 223 | 147 | 53 | 0 | 36 | 107 | 52 | 43 | 67 | 45 |
| Binary | 10010011 | 1100111 | 101011 | 0 | 11110 | 1000111 | 101010 | 100011 | 110111 | 100101 |
Color Harmonies of #93672B
Complementary color
Monochromatic Colors of #93672B
Black with #93672B
Text Example
Text Example
White with #93672B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93672B; }
p { color: rgb(147,103,43); }
H1.HeaderClassName
{
color: #93672B;
}
.AnyTagClassName
{
color: #93672B;
}
</style>
background-color css
<style>
a { background-color: #93672B; }
a { background-color: rgb(147,103,43); }
div.DivClassName
{
background-color: #93672B;
}
.BgClassName
{
background-color: #93672B;
}
</style>
border-color css
<style>
span { border-color: #93672B; }
span { border-color: rgb(147,103,43); }
td.TdClassName
{
border-color: #93672B;
}
.TagClassName
{
border-color: #93672B;
}
</style>