Shades of Desert #9B673D
Tints of Desert #9B673D
RGB
CMYK
RGB Variations
Color information
#9B673D (or 0x9B673D) is known color: Desert. HEX triplet: 9B, 67 and 3D. RGB value is (155,103,61). Sum of RGB (Red+Green+Blue) = 155+103+61=319 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.59% from 319); Green value is 103 (40.62% from 255 or 32.29% from 319); Blue value is 61 (24.22% from 255 or 19.12% from 319); Max value from RGB is 155 - color contains mainly: red. Hex color #9B673D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B673D is #6498C2. Grayscale: #717171. Windows color (decimal): -6592707 or 4024219. OLE color: 4024219.
HSL color Cylindrical-coordinate representation of color #9B673D: hue angle of 26.81º 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 #9B673D is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 103 | 61 | - |
| CMYK | 0 | 0.34 | 0.61 | 0.39 |
| HSL | 26.81º | 0.44% | 0.42% | - |
| HSV(B) | 26.81º | 0.61% | 0.61% | - |
| XYZ | 19.21 | 17.01 | 6.68 | - |
| YUV | 113.76 | 98.23 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 103 | 61 | 0 | 0.34 | 0.61 | 0.39 | 26.81 | 0.44 | 0.42 |
| Hex | 9B | 67 | 3D | 0 | 22 | 3D | 27 | 1B | 2C | 2A |
| Octal | 233 | 147 | 75 | 0 | 42 | 75 | 47 | 33 | 54 | 52 |
| Binary | 10011011 | 1100111 | 111101 | 0 | 100010 | 111101 | 100111 | 11011 | 101100 | 101010 |
Color Harmonies of #9B673D
Complementary color
Monochromatic Colors of #9B673D
Black with #9B673D
Text Example
Text Example
White with #9B673D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B673D; }
p { color: rgb(155,103,61); }
H1.HeaderClassName
{
color: #9B673D;
}
.AnyTagClassName
{
color: #9B673D;
}
</style>
background-color css
<style>
a { background-color: #9B673D; }
a { background-color: rgb(155,103,61); }
div.DivClassName
{
background-color: #9B673D;
}
.BgClassName
{
background-color: #9B673D;
}
</style>
border-color css
<style>
span { border-color: #9B673D; }
span { border-color: rgb(155,103,61); }
td.TdClassName
{
border-color: #9B673D;
}
.TagClassName
{
border-color: #9B673D;
}
</style>