Shades of Desert #9B673F
Tints of Desert #9B673F
RGB
CMYK
RGB Variations
Color information
#9B673F (or 0x9B673F) is known color: Desert. HEX triplet: 9B, 67 and 3F. RGB value is (155,103,63). Sum of RGB (Red+Green+Blue) = 155+103+63=321 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.29% from 321); Green value is 103 (40.62% from 255 or 32.09% from 321); Blue value is 63 (25% from 255 or 19.63% from 321); Max value from RGB is 155 - color contains mainly: red. Hex color #9B673F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B673F is #6498C0. Grayscale: #727272. Windows color (decimal): -6592705 or 4155291. OLE color: 4155291.
HSL color Cylindrical-coordinate representation of color #9B673F: hue angle of 26.09º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9B673F is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 103 | 63 | - |
| CMYK | 0 | 0.34 | 0.59 | 0.39 |
| HSL | 26.09º | 0.42% | 0.43% | - |
| HSV(B) | 26.09º | 0.59% | 0.61% | - |
| XYZ | 19.27 | 17.03 | 6.97 | - |
| YUV | 113.99 | 99.23 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 103 | 63 | 0 | 0.34 | 0.59 | 0.39 | 26.09 | 0.42 | 0.43 |
| Hex | 9B | 67 | 3F | 0 | 22 | 3B | 27 | 1A | 2A | 2B |
| Octal | 233 | 147 | 77 | 0 | 42 | 73 | 47 | 32 | 52 | 53 |
| Binary | 10011011 | 1100111 | 111111 | 0 | 100010 | 111011 | 100111 | 11010 | 101010 | 101011 |
Color Harmonies of #9B673F
Complementary color
Monochromatic Colors of #9B673F
Black with #9B673F
Text Example
Text Example
White with #9B673F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B673F; }
p { color: rgb(155,103,63); }
H1.HeaderClassName
{
color: #9B673F;
}
.AnyTagClassName
{
color: #9B673F;
}
</style>
background-color css
<style>
a { background-color: #9B673F; }
a { background-color: rgb(155,103,63); }
div.DivClassName
{
background-color: #9B673F;
}
.BgClassName
{
background-color: #9B673F;
}
</style>
border-color css
<style>
span { border-color: #9B673F; }
span { border-color: rgb(155,103,63); }
td.TdClassName
{
border-color: #9B673F;
}
.TagClassName
{
border-color: #9B673F;
}
</style>