Shades of Desert #9B673B
Tints of Desert #9B673B
RGB
CMYK
RGB Variations
Color information
#9B673B (or 0x9B673B) is known color: Desert. HEX triplet: 9B, 67 and 3B. RGB value is (155,103,59). Sum of RGB (Red+Green+Blue) = 155+103+59=317 (41% of max value = 765). Red value is 155 (60.94% from 255 or 48.90% from 317); Green value is 103 (40.62% from 255 or 32.49% from 317); Blue value is 59 (23.44% from 255 or 18.61% from 317); Max value from RGB is 155 - color contains mainly: red. Hex color #9B673B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B673B is #6498C4. Grayscale: #717171. Windows color (decimal): -6592709 or 3893147. OLE color: 3893147.
HSL color Cylindrical-coordinate representation of color #9B673B: hue angle of 27.5º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9B673B is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 103 | 59 | - |
| CMYK | 0 | 0.34 | 0.62 | 0.39 |
| HSL | 27.5º | 0.45% | 0.42% | - |
| HSV(B) | 27.5º | 0.62% | 0.61% | - |
| XYZ | 19.16 | 16.98 | 6.41 | - |
| YUV | 113.53 | 97.23 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 103 | 59 | 0 | 0.34 | 0.62 | 0.39 | 27.5 | 0.45 | 0.42 |
| Hex | 9B | 67 | 3B | 0 | 22 | 3E | 27 | 1C | 2D | 2A |
| Octal | 233 | 147 | 73 | 0 | 42 | 76 | 47 | 34 | 55 | 52 |
| Binary | 10011011 | 1100111 | 111011 | 0 | 100010 | 111110 | 100111 | 11100 | 101101 | 101010 |
Color Harmonies of #9B673B
Complementary color
Monochromatic Colors of #9B673B
Black with #9B673B
Text Example
Text Example
White with #9B673B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B673B; }
p { color: rgb(155,103,59); }
H1.HeaderClassName
{
color: #9B673B;
}
.AnyTagClassName
{
color: #9B673B;
}
</style>
background-color css
<style>
a { background-color: #9B673B; }
a { background-color: rgb(155,103,59); }
div.DivClassName
{
background-color: #9B673B;
}
.BgClassName
{
background-color: #9B673B;
}
</style>
border-color css
<style>
span { border-color: #9B673B; }
span { border-color: rgb(155,103,59); }
td.TdClassName
{
border-color: #9B673B;
}
.TagClassName
{
border-color: #9B673B;
}
</style>