Shades of Desert #9D613A
Tints of Desert #9D613A
RGB
CMYK
RGB Variations
Color information
#9D613A (or 0x9D613A) is known color: Desert. HEX triplet: 9D, 61 and 3A. RGB value is (157,97,58). Sum of RGB (Red+Green+Blue) = 157+97+58=312 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.32% from 312); Green value is 97 (38.28% from 255 or 31.09% from 312); Blue value is 58 (23.05% from 255 or 18.59% from 312); Max value from RGB is 157 - color contains mainly: red. Hex color #9D613A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D613A is #629EC5. Grayscale: #6E6E6E. Windows color (decimal): -6463174 or 3826077. OLE color: 3826077.
HSL color Cylindrical-coordinate representation of color #9D613A: hue angle of 23.64º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9D613A is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 97 | 58 | - |
| CMYK | 0 | 0.38 | 0.63 | 0.38 |
| HSL | 23.64º | 0.46% | 0.42% | - |
| HSV(B) | 23.64º | 0.63% | 0.62% | - |
| XYZ | 18.94 | 16.02 | 6.1 | - |
| YUV | 110.49 | 98.38 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 97 | 58 | 0 | 0.38 | 0.63 | 0.38 | 23.64 | 0.46 | 0.42 |
| Hex | 9D | 61 | 3A | 0 | 26 | 3F | 26 | 18 | 2E | 2A |
| Octal | 235 | 141 | 72 | 0 | 46 | 77 | 46 | 30 | 56 | 52 |
| Binary | 10011101 | 1100001 | 111010 | 0 | 100110 | 111111 | 100110 | 11000 | 101110 | 101010 |
Color Harmonies of #9D613A
Complementary color
Monochromatic Colors of #9D613A
Black with #9D613A
Text Example
Text Example
White with #9D613A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D613A; }
p { color: rgb(157,97,58); }
H1.HeaderClassName
{
color: #9D613A;
}
.AnyTagClassName
{
color: #9D613A;
}
</style>
background-color css
<style>
a { background-color: #9D613A; }
a { background-color: rgb(157,97,58); }
div.DivClassName
{
background-color: #9D613A;
}
.BgClassName
{
background-color: #9D613A;
}
</style>
border-color css
<style>
span { border-color: #9D613A; }
span { border-color: rgb(157,97,58); }
td.TdClassName
{
border-color: #9D613A;
}
.TagClassName
{
border-color: #9D613A;
}
</style>