Shades of Rock Spray #9F3622
Tints of Rock Spray #9F3622
RGB
CMYK
RGB Variations
Color information
#9F3622 (or 0x9F3622) is known color: Rock Spray. HEX triplet: 9F, 36 and 22. RGB value is (159,54,34). Sum of RGB (Red+Green+Blue) = 159+54+34=247 (32% of max value = 765). Red value is 159 (62.5% from 255 or 64.37% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 34 (13.67% from 255 or 13.77% from 247); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3622 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3622 is #60C9DD. Grayscale: #535353. Windows color (decimal): -6343134 or 2242207. OLE color: 2242207.
HSL color Cylindrical-coordinate representation of color #9F3622: hue angle of 9.6º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9F3622 is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 54 | 34 | - |
| CMYK | 0 | 0.66 | 0.79 | 0.38 |
| HSL | 9.6º | 0.65% | 0.38% | - |
| HSV(B) | 9.6º | 0.79% | 0.62% | - |
| XYZ | 15.91 | 10.12 | 2.63 | - |
| YUV | 83.12 | 100.29 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 54 | 34 | 0 | 0.66 | 0.79 | 0.38 | 9.6 | 0.65 | 0.38 |
| Hex | 9F | 36 | 22 | 0 | 42 | 4F | 26 | A | 41 | 26 |
| Octal | 237 | 66 | 42 | 0 | 102 | 117 | 46 | 12 | 101 | 46 |
| Binary | 10011111 | 110110 | 100010 | 0 | 1000010 | 1001111 | 100110 | 1010 | 1000001 | 100110 |
Color Harmonies of #9F3622
Complementary color
Monochromatic Colors of #9F3622
Black with #9F3622
Text Example
Text Example
White with #9F3622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3622; }
p { color: rgb(159,54,34); }
H1.HeaderClassName
{
color: #9F3622;
}
.AnyTagClassName
{
color: #9F3622;
}
</style>
background-color css
<style>
a { background-color: #9F3622; }
a { background-color: rgb(159,54,34); }
div.DivClassName
{
background-color: #9F3622;
}
.BgClassName
{
background-color: #9F3622;
}
</style>
border-color css
<style>
span { border-color: #9F3622; }
span { border-color: rgb(159,54,34); }
td.TdClassName
{
border-color: #9F3622;
}
.TagClassName
{
border-color: #9F3622;
}
</style>