Shades of Desert #9B613A
Tints of Desert #9B613A
RGB
CMYK
RGB Variations
Color information
#9B613A (or 0x9B613A) is known color: Desert. HEX triplet: 9B, 61 and 3A. RGB value is (155,97,58). Sum of RGB (Red+Green+Blue) = 155+97+58=310 (41% of max value = 765). Red value is 155 (60.94% from 255 or 50% from 310); Green value is 97 (38.28% from 255 or 31.29% from 310); Blue value is 58 (23.05% from 255 or 18.71% from 310); Max value from RGB is 155 - color contains mainly: red. Hex color #9B613A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B613A is #649EC5. Grayscale: #6E6E6E. Windows color (decimal): -6594246 or 3826075. OLE color: 3826075.
HSL color Cylindrical-coordinate representation of color #9B613A: hue angle of 24.12º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9B613A is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 97 | 58 | - |
| CMYK | 0 | 0.37 | 0.63 | 0.39 |
| HSL | 24.12º | 0.46% | 0.42% | - |
| HSV(B) | 24.12º | 0.63% | 0.61% | - |
| XYZ | 18.56 | 15.82 | 6.08 | - |
| YUV | 109.9 | 98.72 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 97 | 58 | 0 | 0.37 | 0.63 | 0.39 | 24.12 | 0.46 | 0.42 |
| Hex | 9B | 61 | 3A | 0 | 25 | 3F | 27 | 18 | 2E | 2A |
| Octal | 233 | 141 | 72 | 0 | 45 | 77 | 47 | 30 | 56 | 52 |
| Binary | 10011011 | 1100001 | 111010 | 0 | 100101 | 111111 | 100111 | 11000 | 101110 | 101010 |
Color Harmonies of #9B613A
Complementary color
Monochromatic Colors of #9B613A
Black with #9B613A
Text Example
Text Example
White with #9B613A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B613A; }
p { color: rgb(155,97,58); }
H1.HeaderClassName
{
color: #9B613A;
}
.AnyTagClassName
{
color: #9B613A;
}
</style>
background-color css
<style>
a { background-color: #9B613A; }
a { background-color: rgb(155,97,58); }
div.DivClassName
{
background-color: #9B613A;
}
.BgClassName
{
background-color: #9B613A;
}
</style>
border-color css
<style>
span { border-color: #9B613A; }
span { border-color: rgb(155,97,58); }
td.TdClassName
{
border-color: #9B613A;
}
.TagClassName
{
border-color: #9B613A;
}
</style>