Shades of Rock Spray #9F3623
Tints of Rock Spray #9F3623
RGB
CMYK
RGB Variations
Color information
#9F3623 (or 0x9F3623) is known color: Rock Spray. HEX triplet: 9F, 36 and 23. RGB value is (159,54,35). Sum of RGB (Red+Green+Blue) = 159+54+35=248 (32% of max value = 765). Red value is 159 (62.5% from 255 or 64.11% from 248); Green value is 54 (21.48% from 255 or 21.77% from 248); Blue value is 35 (14.06% from 255 or 14.11% from 248); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3623 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3623 is #60C9DC. Grayscale: #535353. Windows color (decimal): -6343133 or 2307743. OLE color: 2307743.
HSL color Cylindrical-coordinate representation of color #9F3623: hue angle of 9.19º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9F3623 is Cyan = 0, Magento = 0.66, Yellow = 0.78 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 54 | 35 | - |
| CMYK | 0 | 0.66 | 0.78 | 0.38 |
| HSL | 9.19º | 0.64% | 0.38% | - |
| HSV(B) | 9.19º | 0.78% | 0.62% | - |
| XYZ | 15.92 | 10.13 | 2.71 | - |
| YUV | 83.23 | 100.79 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 54 | 35 | 0 | 0.66 | 0.78 | 0.38 | 9.19 | 0.64 | 0.38 |
| Hex | 9F | 36 | 23 | 0 | 42 | 4E | 26 | 9 | 40 | 26 |
| Octal | 237 | 66 | 43 | 0 | 102 | 116 | 46 | 11 | 100 | 46 |
| Binary | 10011111 | 110110 | 100011 | 0 | 1000010 | 1001110 | 100110 | 1001 | 1000000 | 100110 |
Color Harmonies of #9F3623
Complementary color
Monochromatic Colors of #9F3623
Black with #9F3623
Text Example
Text Example
White with #9F3623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3623; }
p { color: rgb(159,54,35); }
H1.HeaderClassName
{
color: #9F3623;
}
.AnyTagClassName
{
color: #9F3623;
}
</style>
background-color css
<style>
a { background-color: #9F3623; }
a { background-color: rgb(159,54,35); }
div.DivClassName
{
background-color: #9F3623;
}
.BgClassName
{
background-color: #9F3623;
}
</style>
border-color css
<style>
span { border-color: #9F3623; }
span { border-color: rgb(159,54,35); }
td.TdClassName
{
border-color: #9F3623;
}
.TagClassName
{
border-color: #9F3623;
}
</style>