Shades of Desert #9A5E3D
Tints of Desert #9A5E3D
RGB
CMYK
RGB Variations
Color information
#9A5E3D (or 0x9A5E3D) is known color: Desert. HEX triplet: 9A, 5E and 3D. RGB value is (154,94,61). Sum of RGB (Red+Green+Blue) = 154+94+61=309 (40% of max value = 765). Red value is 154 (60.55% from 255 or 49.84% from 309); Green value is 94 (37.11% from 255 or 30.42% from 309); Blue value is 61 (24.22% from 255 or 19.74% from 309); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5E3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A5E3D is #65A1C2. Grayscale: #6C6C6C. Windows color (decimal): -6660547 or 4021914. OLE color: 4021914.
HSL color Cylindrical-coordinate representation of color #9A5E3D: hue angle of 21.29º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9A5E3D is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 94 | 61 | - |
| CMYK | 0 | 0.39 | 0.60 | 0.40 |
| HSL | 21.29º | 0.43% | 0.42% | - |
| HSV(B) | 21.29º | 0.6% | 0.6% | - |
| XYZ | 18.17 | 15.21 | 6.39 | - |
| YUV | 108.18 | 101.38 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 94 | 61 | 0 | 0.39 | 0.60 | 0.40 | 21.29 | 0.43 | 0.42 |
| Hex | 9A | 5E | 3D | 0 | 27 | 3C | 28 | 15 | 2B | 2A |
| Octal | 232 | 136 | 75 | 0 | 47 | 74 | 50 | 25 | 53 | 52 |
| Binary | 10011010 | 1011110 | 111101 | 0 | 100111 | 111100 | 101000 | 10101 | 101011 | 101010 |
Color Harmonies of #9A5E3D
Complementary color
Monochromatic Colors of #9A5E3D
Black with #9A5E3D
Text Example
Text Example
White with #9A5E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5E3D; }
p { color: rgb(154,94,61); }
H1.HeaderClassName
{
color: #9A5E3D;
}
.AnyTagClassName
{
color: #9A5E3D;
}
</style>
background-color css
<style>
a { background-color: #9A5E3D; }
a { background-color: rgb(154,94,61); }
div.DivClassName
{
background-color: #9A5E3D;
}
.BgClassName
{
background-color: #9A5E3D;
}
</style>
border-color css
<style>
span { border-color: #9A5E3D; }
span { border-color: rgb(154,94,61); }
td.TdClassName
{
border-color: #9A5E3D;
}
.TagClassName
{
border-color: #9A5E3D;
}
</style>