Shades of Rock Spray #9B4633
Tints of Rock Spray #9B4633
RGB
CMYK
RGB Variations
Color information
#9B4633 (or 0x9B4633) is known color: Rock Spray. HEX triplet: 9B, 46 and 33. RGB value is (155,70,51). Sum of RGB (Red+Green+Blue) = 155+70+51=276 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.16% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 51 (20.31% from 255 or 18.48% from 276); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4633 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4633 is #64B9CC. Grayscale: #5D5D5D. Windows color (decimal): -6601165 or 3360411. OLE color: 3360411.
HSL color Cylindrical-coordinate representation of color #9B4633: hue angle of 10.96º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9B4633 is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 70 | 51 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.39 |
| HSL | 10.96º | 0.5% | 0.4% | - |
| HSV(B) | 10.96º | 0.67% | 0.61% | - |
| XYZ | 16.31 | 11.59 | 4.51 | - |
| YUV | 93.25 | 104.16 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 70 | 51 | 0 | 0.55 | 0.67 | 0.39 | 10.96 | 0.5 | 0.4 |
| Hex | 9B | 46 | 33 | 0 | 37 | 43 | 27 | B | 32 | 28 |
| Octal | 233 | 106 | 63 | 0 | 67 | 103 | 47 | 13 | 62 | 50 |
| Binary | 10011011 | 1000110 | 110011 | 0 | 110111 | 1000011 | 100111 | 1011 | 110010 | 101000 |
Color Harmonies of #9B4633
Complementary color
Monochromatic Colors of #9B4633
Black with #9B4633
Text Example
Text Example
White with #9B4633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4633; }
p { color: rgb(155,70,51); }
H1.HeaderClassName
{
color: #9B4633;
}
.AnyTagClassName
{
color: #9B4633;
}
</style>
background-color css
<style>
a { background-color: #9B4633; }
a { background-color: rgb(155,70,51); }
div.DivClassName
{
background-color: #9B4633;
}
.BgClassName
{
background-color: #9B4633;
}
</style>
border-color css
<style>
span { border-color: #9B4633; }
span { border-color: rgb(155,70,51); }
td.TdClassName
{
border-color: #9B4633;
}
.TagClassName
{
border-color: #9B4633;
}
</style>