Shades of Desert #9B6543
Tints of Desert #9B6543
RGB
CMYK
RGB Variations
Color information
#9B6543 (or 0x9B6543) is known color: Desert. HEX triplet: 9B, 65 and 43. RGB value is (155,101,67). Sum of RGB (Red+Green+Blue) = 155+101+67=323 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.99% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 67 (26.56% from 255 or 20.74% from 323); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6543 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6543 is #649ABC. Grayscale: #717171. Windows color (decimal): -6593213 or 4416923. OLE color: 4416923.
HSL color Cylindrical-coordinate representation of color #9B6543: hue angle of 23.18º 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 #9B6543 is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 101 | 67 | - |
| CMYK | 0 | 0.35 | 0.57 | 0.39 |
| HSL | 23.18º | 0.4% | 0.44% | - |
| HSV(B) | 23.18º | 0.57% | 0.61% | - |
| XYZ | 19.18 | 16.68 | 7.52 | - |
| YUV | 113.27 | 101.89 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 101 | 67 | 0 | 0.35 | 0.57 | 0.39 | 23.18 | 0.4 | 0.44 |
| Hex | 9B | 65 | 43 | 0 | 23 | 39 | 27 | 17 | 28 | 2C |
| Octal | 233 | 145 | 103 | 0 | 43 | 71 | 47 | 27 | 50 | 54 |
| Binary | 10011011 | 1100101 | 1000011 | 0 | 100011 | 111001 | 100111 | 10111 | 101000 | 101100 |
Color Harmonies of #9B6543
Complementary color
Monochromatic Colors of #9B6543
Black with #9B6543
Text Example
Text Example
White with #9B6543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6543; }
p { color: rgb(155,101,67); }
H1.HeaderClassName
{
color: #9B6543;
}
.AnyTagClassName
{
color: #9B6543;
}
</style>
background-color css
<style>
a { background-color: #9B6543; }
a { background-color: rgb(155,101,67); }
div.DivClassName
{
background-color: #9B6543;
}
.BgClassName
{
background-color: #9B6543;
}
</style>
border-color css
<style>
span { border-color: #9B6543; }
span { border-color: rgb(155,101,67); }
td.TdClassName
{
border-color: #9B6543;
}
.TagClassName
{
border-color: #9B6543;
}
</style>