Shades of Desert #9B613D
Tints of Desert #9B613D
RGB
CMYK
RGB Variations
Color information
#9B613D (or 0x9B613D) is known color: Desert. HEX triplet: 9B, 61 and 3D. RGB value is (155,97,61). Sum of RGB (Red+Green+Blue) = 155+97+61=313 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.52% from 313); Green value is 97 (38.28% from 255 or 30.99% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 155 - color contains mainly: red. Hex color #9B613D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B613D is #649EC2. Grayscale: #6E6E6E. Windows color (decimal): -6594243 or 4022683. OLE color: 4022683.
HSL color Cylindrical-coordinate representation of color #9B613D: hue angle of 22.98º 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 #9B613D is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 97 | 61 | - |
| CMYK | 0 | 0.37 | 0.61 | 0.39 |
| HSL | 22.98º | 0.44% | 0.42% | - |
| HSV(B) | 22.98º | 0.61% | 0.61% | - |
| XYZ | 18.63 | 15.85 | 6.49 | - |
| YUV | 110.24 | 100.22 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 97 | 61 | 0 | 0.37 | 0.61 | 0.39 | 22.98 | 0.44 | 0.42 |
| Hex | 9B | 61 | 3D | 0 | 25 | 3D | 27 | 17 | 2C | 2A |
| Octal | 233 | 141 | 75 | 0 | 45 | 75 | 47 | 27 | 54 | 52 |
| Binary | 10011011 | 1100001 | 111101 | 0 | 100101 | 111101 | 100111 | 10111 | 101100 | 101010 |
Color Harmonies of #9B613D
Complementary color
Monochromatic Colors of #9B613D
Black with #9B613D
Text Example
Text Example
White with #9B613D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B613D; }
p { color: rgb(155,97,61); }
H1.HeaderClassName
{
color: #9B613D;
}
.AnyTagClassName
{
color: #9B613D;
}
</style>
background-color css
<style>
a { background-color: #9B613D; }
a { background-color: rgb(155,97,61); }
div.DivClassName
{
background-color: #9B613D;
}
.BgClassName
{
background-color: #9B613D;
}
</style>
border-color css
<style>
span { border-color: #9B613D; }
span { border-color: rgb(155,97,61); }
td.TdClassName
{
border-color: #9B613D;
}
.TagClassName
{
border-color: #9B613D;
}
</style>