Shades of Desert #9B6443
Tints of Desert #9B6443
RGB
CMYK
RGB Variations
Color information
#9B6443 (or 0x9B6443) is known color: Desert. HEX triplet: 9B, 64 and 43. RGB value is (155,100,67). Sum of RGB (Red+Green+Blue) = 155+100+67=322 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.14% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 67 (26.56% from 255 or 20.81% from 322); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6443 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6443 is #649BBC. Grayscale: #707070. Windows color (decimal): -6593469 or 4416667. OLE color: 4416667.
HSL color Cylindrical-coordinate representation of color #9B6443: hue angle of 22.5º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9B6443 is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 100 | 67 | - |
| CMYK | 0 | 0.35 | 0.57 | 0.39 |
| HSL | 22.5º | 0.4% | 0.44% | - |
| HSV(B) | 22.5º | 0.57% | 0.61% | - |
| XYZ | 19.09 | 16.49 | 7.49 | - |
| YUV | 112.68 | 102.22 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 100 | 67 | 0 | 0.35 | 0.57 | 0.39 | 22.5 | 0.4 | 0.44 |
| Hex | 9B | 64 | 43 | 0 | 23 | 39 | 27 | 16 | 28 | 2C |
| Octal | 233 | 144 | 103 | 0 | 43 | 71 | 47 | 26 | 50 | 54 |
| Binary | 10011011 | 1100100 | 1000011 | 0 | 100011 | 111001 | 100111 | 10110 | 101000 | 101100 |
Color Harmonies of #9B6443
Complementary color
Monochromatic Colors of #9B6443
Black with #9B6443
Text Example
Text Example
White with #9B6443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6443; }
p { color: rgb(155,100,67); }
H1.HeaderClassName
{
color: #9B6443;
}
.AnyTagClassName
{
color: #9B6443;
}
</style>
background-color css
<style>
a { background-color: #9B6443; }
a { background-color: rgb(155,100,67); }
div.DivClassName
{
background-color: #9B6443;
}
.BgClassName
{
background-color: #9B6443;
}
</style>
border-color css
<style>
span { border-color: #9B6443; }
span { border-color: rgb(155,100,67); }
td.TdClassName
{
border-color: #9B6443;
}
.TagClassName
{
border-color: #9B6443;
}
</style>