Shades of Desert #9D663F
Tints of Desert #9D663F
RGB
CMYK
RGB Variations
Color information
#9D663F (or 0x9D663F) is known color: Desert. HEX triplet: 9D, 66 and 3F. RGB value is (157,102,63). Sum of RGB (Red+Green+Blue) = 157+102+63=322 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.76% from 322); Green value is 102 (40.23% from 255 or 31.68% from 322); Blue value is 63 (25% from 255 or 19.57% from 322); Max value from RGB is 157 - color contains mainly: red. Hex color #9D663F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D663F is #6299C0. Grayscale: #727272. Windows color (decimal): -6461889 or 4155037. OLE color: 4155037.
HSL color Cylindrical-coordinate representation of color #9D663F: hue angle of 24.89º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9D663F is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 102 | 63 | - |
| CMYK | 0 | 0.35 | 0.60 | 0.38 |
| HSL | 24.89º | 0.43% | 0.43% | - |
| HSV(B) | 24.89º | 0.6% | 0.62% | - |
| XYZ | 19.55 | 17.03 | 6.96 | - |
| YUV | 114 | 99.22 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 102 | 63 | 0 | 0.35 | 0.60 | 0.38 | 24.89 | 0.43 | 0.43 |
| Hex | 9D | 66 | 3F | 0 | 23 | 3C | 26 | 19 | 2B | 2B |
| Octal | 235 | 146 | 77 | 0 | 43 | 74 | 46 | 31 | 53 | 53 |
| Binary | 10011101 | 1100110 | 111111 | 0 | 100011 | 111100 | 100110 | 11001 | 101011 | 101011 |
Color Harmonies of #9D663F
Complementary color
Monochromatic Colors of #9D663F
Black with #9D663F
Text Example
Text Example
White with #9D663F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D663F; }
p { color: rgb(157,102,63); }
H1.HeaderClassName
{
color: #9D663F;
}
.AnyTagClassName
{
color: #9D663F;
}
</style>
background-color css
<style>
a { background-color: #9D663F; }
a { background-color: rgb(157,102,63); }
div.DivClassName
{
background-color: #9D663F;
}
.BgClassName
{
background-color: #9D663F;
}
</style>
border-color css
<style>
span { border-color: #9D663F; }
span { border-color: rgb(157,102,63); }
td.TdClassName
{
border-color: #9D663F;
}
.TagClassName
{
border-color: #9D663F;
}
</style>