Shades of Desert #9B643D
Tints of Desert #9B643D
RGB
CMYK
RGB Variations
Color information
#9B643D (or 0x9B643D) is known color: Desert. HEX triplet: 9B, 64 and 3D. RGB value is (155,100,61). Sum of RGB (Red+Green+Blue) = 155+100+61=316 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.05% from 316); Green value is 100 (39.45% from 255 or 31.65% from 316); Blue value is 61 (24.22% from 255 or 19.30% from 316); Max value from RGB is 155 - color contains mainly: red. Hex color #9B643D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B643D is #649BC2. Grayscale: #707070. Windows color (decimal): -6593475 or 4023451. OLE color: 4023451.
HSL color Cylindrical-coordinate representation of color #9B643D: hue angle of 24.89º 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 #9B643D is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 100 | 61 | - |
| CMYK | 0 | 0.35 | 0.61 | 0.39 |
| HSL | 24.89º | 0.44% | 0.42% | - |
| HSV(B) | 24.89º | 0.61% | 0.61% | - |
| XYZ | 18.92 | 16.42 | 6.59 | - |
| YUV | 112 | 99.22 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 100 | 61 | 0 | 0.35 | 0.61 | 0.39 | 24.89 | 0.44 | 0.42 |
| Hex | 9B | 64 | 3D | 0 | 23 | 3D | 27 | 19 | 2C | 2A |
| Octal | 233 | 144 | 75 | 0 | 43 | 75 | 47 | 31 | 54 | 52 |
| Binary | 10011011 | 1100100 | 111101 | 0 | 100011 | 111101 | 100111 | 11001 | 101100 | 101010 |
Color Harmonies of #9B643D
Complementary color
Monochromatic Colors of #9B643D
Black with #9B643D
Text Example
Text Example
White with #9B643D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B643D; }
p { color: rgb(155,100,61); }
H1.HeaderClassName
{
color: #9B643D;
}
.AnyTagClassName
{
color: #9B643D;
}
</style>
background-color css
<style>
a { background-color: #9B643D; }
a { background-color: rgb(155,100,61); }
div.DivClassName
{
background-color: #9B643D;
}
.BgClassName
{
background-color: #9B643D;
}
</style>
border-color css
<style>
span { border-color: #9B643D; }
span { border-color: rgb(155,100,61); }
td.TdClassName
{
border-color: #9B643D;
}
.TagClassName
{
border-color: #9B643D;
}
</style>