Shades of Rock Spray #9B4626
Tints of Rock Spray #9B4626
RGB
CMYK
RGB Variations
Color information
#9B4626 (or 0x9B4626) is known color: Rock Spray. HEX triplet: 9B, 46 and 26. RGB value is (155,70,38). Sum of RGB (Red+Green+Blue) = 155+70+38=263 (34% of max value = 765). Red value is 155 (60.94% from 255 or 58.94% from 263); Green value is 70 (27.73% from 255 or 26.62% from 263); Blue value is 38 (15.23% from 255 or 14.45% from 263); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4626 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4626 is #64B9D9. Grayscale: #5B5B5B. Windows color (decimal): -6601178 or 2508443. OLE color: 2508443.
HSL color Cylindrical-coordinate representation of color #9B4626: hue angle of 16.41º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9B4626 is Cyan = 0, Magento = 0.55, Yellow = 0.75 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 70 | 38 | - |
| CMYK | 0 | 0.55 | 0.75 | 0.39 |
| HSL | 16.41º | 0.61% | 0.38% | - |
| HSV(B) | 16.41º | 0.75% | 0.61% | - |
| XYZ | 16.06 | 11.49 | 3.2 | - |
| YUV | 91.77 | 97.66 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 70 | 38 | 0 | 0.55 | 0.75 | 0.39 | 16.41 | 0.61 | 0.38 |
| Hex | 9B | 46 | 26 | 0 | 37 | 4B | 27 | 10 | 3D | 26 |
| Octal | 233 | 106 | 46 | 0 | 67 | 113 | 47 | 20 | 75 | 46 |
| Binary | 10011011 | 1000110 | 100110 | 0 | 110111 | 1001011 | 100111 | 10000 | 111101 | 100110 |
Color Harmonies of #9B4626
Complementary color
Monochromatic Colors of #9B4626
Black with #9B4626
Text Example
Text Example
White with #9B4626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4626; }
p { color: rgb(155,70,38); }
H1.HeaderClassName
{
color: #9B4626;
}
.AnyTagClassName
{
color: #9B4626;
}
</style>
background-color css
<style>
a { background-color: #9B4626; }
a { background-color: rgb(155,70,38); }
div.DivClassName
{
background-color: #9B4626;
}
.BgClassName
{
background-color: #9B4626;
}
</style>
border-color css
<style>
span { border-color: #9B4626; }
span { border-color: rgb(155,70,38); }
td.TdClassName
{
border-color: #9B4626;
}
.TagClassName
{
border-color: #9B4626;
}
</style>