Shades of Desert #9D623B
Tints of Desert #9D623B
RGB
CMYK
RGB Variations
Color information
#9D623B (or 0x9D623B) is known color: Desert. HEX triplet: 9D, 62 and 3B. RGB value is (157,98,59). Sum of RGB (Red+Green+Blue) = 157+98+59=314 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50% from 314); Green value is 98 (38.67% from 255 or 31.21% from 314); Blue value is 59 (23.44% from 255 or 18.79% from 314); Max value from RGB is 157 - color contains mainly: red. Hex color #9D623B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D623B is #629DC4. Grayscale: #6F6F6F. Windows color (decimal): -6462917 or 3891869. OLE color: 3891869.
HSL color Cylindrical-coordinate representation of color #9D623B: hue angle of 23.88º 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 #9D623B is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 98 | 59 | - |
| CMYK | 0 | 0.38 | 0.62 | 0.38 |
| HSL | 23.88º | 0.45% | 0.42% | - |
| HSV(B) | 23.88º | 0.62% | 0.62% | - |
| XYZ | 19.06 | 16.22 | 6.26 | - |
| YUV | 111.2 | 98.55 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 98 | 59 | 0 | 0.38 | 0.62 | 0.38 | 23.88 | 0.45 | 0.42 |
| Hex | 9D | 62 | 3B | 0 | 26 | 3E | 26 | 18 | 2D | 2A |
| Octal | 235 | 142 | 73 | 0 | 46 | 76 | 46 | 30 | 55 | 52 |
| Binary | 10011101 | 1100010 | 111011 | 0 | 100110 | 111110 | 100110 | 11000 | 101101 | 101010 |
Color Harmonies of #9D623B
Complementary color
Monochromatic Colors of #9D623B
Black with #9D623B
Text Example
Text Example
White with #9D623B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D623B; }
p { color: rgb(157,98,59); }
H1.HeaderClassName
{
color: #9D623B;
}
.AnyTagClassName
{
color: #9D623B;
}
</style>
background-color css
<style>
a { background-color: #9D623B; }
a { background-color: rgb(157,98,59); }
div.DivClassName
{
background-color: #9D623B;
}
.BgClassName
{
background-color: #9D623B;
}
</style>
border-color css
<style>
span { border-color: #9D623B; }
span { border-color: rgb(157,98,59); }
td.TdClassName
{
border-color: #9D623B;
}
.TagClassName
{
border-color: #9D623B;
}
</style>