Shades of Rock Spray #9F4635
Tints of Rock Spray #9F4635
RGB
CMYK
RGB Variations
Color information
#9F4635 (or 0x9F4635) is known color: Rock Spray. HEX triplet: 9F, 46 and 35. RGB value is (159,70,53). Sum of RGB (Red+Green+Blue) = 159+70+53=282 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.38% from 282); Green value is 70 (27.73% from 255 or 24.82% from 282); Blue value is 53 (21.09% from 255 or 18.79% from 282); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4635 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F4635 is #60B9CA. Grayscale: #5E5E5E. Windows color (decimal): -6339019 or 3491487. OLE color: 3491487.
HSL color Cylindrical-coordinate representation of color #9F4635: hue angle of 9.62º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F4635 is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 70 | 53 | - |
| CMYK | 0 | 0.56 | 0.67 | 0.38 |
| HSL | 9.62º | 0.5% | 0.42% | - |
| HSV(B) | 9.62º | 0.67% | 0.62% | - |
| XYZ | 17.13 | 12.01 | 4.78 | - |
| YUV | 94.67 | 104.49 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 70 | 53 | 0 | 0.56 | 0.67 | 0.38 | 9.62 | 0.5 | 0.42 |
| Hex | 9F | 46 | 35 | 0 | 38 | 43 | 26 | A | 32 | 2A |
| Octal | 237 | 106 | 65 | 0 | 70 | 103 | 46 | 12 | 62 | 52 |
| Binary | 10011111 | 1000110 | 110101 | 0 | 111000 | 1000011 | 100110 | 1010 | 110010 | 101010 |
Color Harmonies of #9F4635
Complementary color
Monochromatic Colors of #9F4635
Black with #9F4635
Text Example
Text Example
White with #9F4635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4635; }
p { color: rgb(159,70,53); }
H1.HeaderClassName
{
color: #9F4635;
}
.AnyTagClassName
{
color: #9F4635;
}
</style>
background-color css
<style>
a { background-color: #9F4635; }
a { background-color: rgb(159,70,53); }
div.DivClassName
{
background-color: #9F4635;
}
.BgClassName
{
background-color: #9F4635;
}
</style>
border-color css
<style>
span { border-color: #9F4635; }
span { border-color: rgb(159,70,53); }
td.TdClassName
{
border-color: #9F4635;
}
.TagClassName
{
border-color: #9F4635;
}
</style>