Shades of Desert #9B653D
Tints of Desert #9B653D
RGB
CMYK
RGB Variations
Color information
#9B653D (or 0x9B653D) is known color: Desert. HEX triplet: 9B, 65 and 3D. RGB value is (155,101,61). Sum of RGB (Red+Green+Blue) = 155+101+61=317 (41% of max value = 765). Red value is 155 (60.94% from 255 or 48.90% from 317); Green value is 101 (39.84% from 255 or 31.86% from 317); Blue value is 61 (24.22% from 255 or 19.24% from 317); Max value from RGB is 155 - color contains mainly: red. Hex color #9B653D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B653D is #649AC2. Grayscale: #707070. Windows color (decimal): -6593219 or 4023707. OLE color: 4023707.
HSL color Cylindrical-coordinate representation of color #9B653D: hue angle of 25.53º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9B653D is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 101 | 61 | - |
| CMYK | 0 | 0.35 | 0.61 | 0.39 |
| HSL | 25.53º | 0.44% | 0.42% | - |
| HSV(B) | 25.53º | 0.61% | 0.61% | - |
| XYZ | 19.01 | 16.61 | 6.62 | - |
| YUV | 112.59 | 98.89 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 101 | 61 | 0 | 0.35 | 0.61 | 0.39 | 25.53 | 0.44 | 0.42 |
| Hex | 9B | 65 | 3D | 0 | 23 | 3D | 27 | 1A | 2C | 2A |
| Octal | 233 | 145 | 75 | 0 | 43 | 75 | 47 | 32 | 54 | 52 |
| Binary | 10011011 | 1100101 | 111101 | 0 | 100011 | 111101 | 100111 | 11010 | 101100 | 101010 |
Color Harmonies of #9B653D
Complementary color
Monochromatic Colors of #9B653D
Black with #9B653D
Text Example
Text Example
White with #9B653D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B653D; }
p { color: rgb(155,101,61); }
H1.HeaderClassName
{
color: #9B653D;
}
.AnyTagClassName
{
color: #9B653D;
}
</style>
background-color css
<style>
a { background-color: #9B653D; }
a { background-color: rgb(155,101,61); }
div.DivClassName
{
background-color: #9B653D;
}
.BgClassName
{
background-color: #9B653D;
}
</style>
border-color css
<style>
span { border-color: #9B653D; }
span { border-color: rgb(155,101,61); }
td.TdClassName
{
border-color: #9B653D;
}
.TagClassName
{
border-color: #9B653D;
}
</style>