Shades of Rust #9F3206
Tints of Rust #9F3206
RGB
CMYK
RGB Variations
Color information
#9F3206 (or 0x9F3206) is known color: Rust. HEX triplet: 9F, 32 and 06. RGB value is (159,50,6). Sum of RGB (Red+Green+Blue) = 159+50+6=215 (28% of max value = 765). Red value is 159 (62.5% from 255 or 73.95% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 6 (2.73% from 255 or 2.79% from 215); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3206 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F3206 is #60CDF9. Grayscale: #4D4D4D. Windows color (decimal): -6344186 or 406175. OLE color: 406175.
HSL color Cylindrical-coordinate representation of color #9F3206: hue angle of 17.25º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9F3206 is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 50 | 6 | - |
| CMYK | 0 | 0.69 | 0.96 | 0.38 |
| HSL | 17.25º | 0.93% | 0.32% | - |
| HSV(B) | 17.25º | 0.96% | 0.62% | - |
| XYZ | 15.47 | 9.67 | 1.22 | - |
| YUV | 77.58 | 87.61 | 186.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 50 | 6 | 0 | 0.69 | 0.96 | 0.38 | 17.25 | 0.93 | 0.32 |
| Hex | 9F | 32 | 6 | 0 | 45 | 60 | 26 | 11 | 5D | 20 |
| Octal | 237 | 62 | 6 | 0 | 105 | 140 | 46 | 21 | 135 | 40 |
| Binary | 10011111 | 110010 | 110 | 0 | 1000101 | 1100000 | 100110 | 10001 | 1011101 | 100000 |
Color Harmonies of #9F3206
Complementary color
Monochromatic Colors of #9F3206
Black with #9F3206
Text Example
Text Example
White with #9F3206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3206; }
p { color: rgb(159,50,6); }
H1.HeaderClassName
{
color: #9F3206;
}
.AnyTagClassName
{
color: #9F3206;
}
</style>
background-color css
<style>
a { background-color: #9F3206; }
a { background-color: rgb(159,50,6); }
div.DivClassName
{
background-color: #9F3206;
}
.BgClassName
{
background-color: #9F3206;
}
</style>
border-color css
<style>
span { border-color: #9F3206; }
span { border-color: rgb(159,50,6); }
td.TdClassName
{
border-color: #9F3206;
}
.TagClassName
{
border-color: #9F3206;
}
</style>