Shades of Desert #9A633A
Tints of Desert #9A633A
RGB
CMYK
RGB Variations
Color information
#9A633A (or 0x9A633A) is known color: Desert. HEX triplet: 9A, 63 and 3A. RGB value is (154,99,58). Sum of RGB (Red+Green+Blue) = 154+99+58=311 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.52% from 311); Green value is 99 (39.06% from 255 or 31.83% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 154 - color contains mainly: red. Hex color #9A633A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A633A is #659CC5. Grayscale: #6E6E6E. Windows color (decimal): -6659270 or 3826586. OLE color: 3826586.
HSL color Cylindrical-coordinate representation of color #9A633A: hue angle of 25.62º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9A633A is Cyan = 0, Magento = 0.36, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 99 | 58 | - |
| CMYK | 0 | 0.36 | 0.62 | 0.40 |
| HSL | 25.63º | 0.45% | 0.42% | - |
| HSV(B) | 25.63º | 0.62% | 0.6% | - |
| XYZ | 18.55 | 16.1 | 6.13 | - |
| YUV | 110.77 | 98.22 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 99 | 58 | 0 | 0.36 | 0.62 | 0.40 | 25.63 | 0.45 | 0.42 |
| Hex | 9A | 63 | 3A | 0 | 24 | 3E | 28 | 1A | 2D | 2A |
| Octal | 232 | 143 | 72 | 0 | 44 | 76 | 50 | 32 | 55 | 52 |
| Binary | 10011010 | 1100011 | 111010 | 0 | 100100 | 111110 | 101000 | 11010 | 101101 | 101010 |
Color Harmonies of #9A633A
Complementary color
Monochromatic Colors of #9A633A
Black with #9A633A
Text Example
Text Example
White with #9A633A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A633A; }
p { color: rgb(154,99,58); }
H1.HeaderClassName
{
color: #9A633A;
}
.AnyTagClassName
{
color: #9A633A;
}
</style>
background-color css
<style>
a { background-color: #9A633A; }
a { background-color: rgb(154,99,58); }
div.DivClassName
{
background-color: #9A633A;
}
.BgClassName
{
background-color: #9A633A;
}
</style>
border-color css
<style>
span { border-color: #9A633A; }
span { border-color: rgb(154,99,58); }
td.TdClassName
{
border-color: #9A633A;
}
.TagClassName
{
border-color: #9A633A;
}
</style>