Shades of Rusty Nail #936330
Tints of Rusty Nail #936330
RGB
CMYK
RGB Variations
Color information
#936330 (or 0x936330) is known color: Rusty Nail. HEX triplet: 93, 63 and 30. RGB value is (147,99,48). Sum of RGB (Red+Green+Blue) = 147+99+48=294 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50% from 294); Green value is 99 (39.06% from 255 or 33.67% from 294); Blue value is 48 (19.14% from 255 or 16.33% from 294); Max value from RGB is 147 - color contains mainly: red. Hex color #936330 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #936330 is #6C9CCF. Grayscale: #6B6B6B. Windows color (decimal): -7118032 or 3171219. OLE color: 3171219.
HSL color Cylindrical-coordinate representation of color #936330: hue angle of 30.91º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #936330 is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 99 | 48 | - |
| CMYK | 0 | 0.33 | 0.67 | 0.42 |
| HSL | 30.91º | 0.51% | 0.38% | - |
| HSV(B) | 30.91º | 0.67% | 0.58% | - |
| XYZ | 17.03 | 15.34 | 4.86 | - |
| YUV | 107.54 | 94.4 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 99 | 48 | 0 | 0.33 | 0.67 | 0.42 | 30.91 | 0.51 | 0.38 |
| Hex | 93 | 63 | 30 | 0 | 21 | 43 | 2A | 1F | 33 | 26 |
| Octal | 223 | 143 | 60 | 0 | 41 | 103 | 52 | 37 | 63 | 46 |
| Binary | 10010011 | 1100011 | 110000 | 0 | 100001 | 1000011 | 101010 | 11111 | 110011 | 100110 |
Color Harmonies of #936330
Complementary color
Monochromatic Colors of #936330
Black with #936330
Text Example
Text Example
White with #936330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936330; }
p { color: rgb(147,99,48); }
H1.HeaderClassName
{
color: #936330;
}
.AnyTagClassName
{
color: #936330;
}
</style>
background-color css
<style>
a { background-color: #936330; }
a { background-color: rgb(147,99,48); }
div.DivClassName
{
background-color: #936330;
}
.BgClassName
{
background-color: #936330;
}
</style>
border-color css
<style>
span { border-color: #936330; }
span { border-color: rgb(147,99,48); }
td.TdClassName
{
border-color: #936330;
}
.TagClassName
{
border-color: #936330;
}
</style>