Shades of Desert #9D613B
Tints of Desert #9D613B
RGB
CMYK
RGB Variations
Color information
#9D613B (or 0x9D613B) is known color: Desert. HEX triplet: 9D, 61 and 3B. RGB value is (157,97,59). Sum of RGB (Red+Green+Blue) = 157+97+59=313 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.16% from 313); Green value is 97 (38.28% from 255 or 30.99% from 313); Blue value is 59 (23.44% from 255 or 18.85% from 313); Max value from RGB is 157 - color contains mainly: red. Hex color #9D613B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D613B is #629EC4. Grayscale: #6E6E6E. Windows color (decimal): -6463173 or 3891613. OLE color: 3891613.
HSL color Cylindrical-coordinate representation of color #9D613B: hue angle of 23.27º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9D613B is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 97 | 59 | - |
| CMYK | 0 | 0.38 | 0.62 | 0.38 |
| HSL | 23.27º | 0.45% | 0.42% | - |
| HSV(B) | 23.27º | 0.62% | 0.62% | - |
| XYZ | 18.97 | 16.03 | 6.23 | - |
| YUV | 110.61 | 98.88 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 97 | 59 | 0 | 0.38 | 0.62 | 0.38 | 23.27 | 0.45 | 0.42 |
| Hex | 9D | 61 | 3B | 0 | 26 | 3E | 26 | 17 | 2D | 2A |
| Octal | 235 | 141 | 73 | 0 | 46 | 76 | 46 | 27 | 55 | 52 |
| Binary | 10011101 | 1100001 | 111011 | 0 | 100110 | 111110 | 100110 | 10111 | 101101 | 101010 |
Color Harmonies of #9D613B
Complementary color
Monochromatic Colors of #9D613B
Black with #9D613B
Text Example
Text Example
White with #9D613B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D613B; }
p { color: rgb(157,97,59); }
H1.HeaderClassName
{
color: #9D613B;
}
.AnyTagClassName
{
color: #9D613B;
}
</style>
background-color css
<style>
a { background-color: #9D613B; }
a { background-color: rgb(157,97,59); }
div.DivClassName
{
background-color: #9D613B;
}
.BgClassName
{
background-color: #9D613B;
}
</style>
border-color css
<style>
span { border-color: #9D613B; }
span { border-color: rgb(157,97,59); }
td.TdClassName
{
border-color: #9D613B;
}
.TagClassName
{
border-color: #9D613B;
}
</style>