Shades of Desert #9B613B
Tints of Desert #9B613B
RGB
CMYK
RGB Variations
Color information
#9B613B (or 0x9B613B) is known color: Desert. HEX triplet: 9B, 61 and 3B. RGB value is (155,97,59). Sum of RGB (Red+Green+Blue) = 155+97+59=311 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.84% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 59 (23.44% from 255 or 18.97% from 311); Max value from RGB is 155 - color contains mainly: red. Hex color #9B613B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B613B is #649EC4. Grayscale: #6E6E6E. Windows color (decimal): -6594245 or 3891611. OLE color: 3891611.
HSL color Cylindrical-coordinate representation of color #9B613B: hue angle of 23.75º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9B613B is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 97 | 59 | - |
| CMYK | 0 | 0.37 | 0.62 | 0.39 |
| HSL | 23.75º | 0.45% | 0.42% | - |
| HSV(B) | 23.75º | 0.62% | 0.61% | - |
| XYZ | 18.58 | 15.83 | 6.21 | - |
| YUV | 110.01 | 99.22 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 97 | 59 | 0 | 0.37 | 0.62 | 0.39 | 23.75 | 0.45 | 0.42 |
| Hex | 9B | 61 | 3B | 0 | 25 | 3E | 27 | 18 | 2D | 2A |
| Octal | 233 | 141 | 73 | 0 | 45 | 76 | 47 | 30 | 55 | 52 |
| Binary | 10011011 | 1100001 | 111011 | 0 | 100101 | 111110 | 100111 | 11000 | 101101 | 101010 |
Color Harmonies of #9B613B
Complementary color
Monochromatic Colors of #9B613B
Black with #9B613B
Text Example
Text Example
White with #9B613B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B613B; }
p { color: rgb(155,97,59); }
H1.HeaderClassName
{
color: #9B613B;
}
.AnyTagClassName
{
color: #9B613B;
}
</style>
background-color css
<style>
a { background-color: #9B613B; }
a { background-color: rgb(155,97,59); }
div.DivClassName
{
background-color: #9B613B;
}
.BgClassName
{
background-color: #9B613B;
}
</style>
border-color css
<style>
span { border-color: #9B613B; }
span { border-color: rgb(155,97,59); }
td.TdClassName
{
border-color: #9B613B;
}
.TagClassName
{
border-color: #9B613B;
}
</style>