Shades of Desert #9A663C
Tints of Desert #9A663C
RGB
CMYK
RGB Variations
Color information
#9A663C (or 0x9A663C) is known color: Desert. HEX triplet: 9A, 66 and 3C. RGB value is (154,102,60). Sum of RGB (Red+Green+Blue) = 154+102+60=316 (41% of max value = 765). Red value is 154 (60.55% from 255 or 48.73% from 316); Green value is 102 (40.23% from 255 or 32.28% from 316); Blue value is 60 (23.83% from 255 or 18.99% from 316); Max value from RGB is 154 - color contains mainly: red. Hex color #9A663C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A663C is #6599C3. Grayscale: #707070. Windows color (decimal): -6658500 or 3958426. OLE color: 3958426.
HSL color Cylindrical-coordinate representation of color #9A663C: hue angle of 26.81º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9A663C is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 102 | 60 | - |
| CMYK | 0 | 0.34 | 0.61 | 0.40 |
| HSL | 26.81º | 0.44% | 0.42% | - |
| HSV(B) | 26.81º | 0.61% | 0.6% | - |
| XYZ | 18.89 | 16.7 | 6.5 | - |
| YUV | 112.76 | 98.23 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 102 | 60 | 0 | 0.34 | 0.61 | 0.40 | 26.81 | 0.44 | 0.42 |
| Hex | 9A | 66 | 3C | 0 | 22 | 3D | 28 | 1B | 2C | 2A |
| Octal | 232 | 146 | 74 | 0 | 42 | 75 | 50 | 33 | 54 | 52 |
| Binary | 10011010 | 1100110 | 111100 | 0 | 100010 | 111101 | 101000 | 11011 | 101100 | 101010 |
Color Harmonies of #9A663C
Complementary color
Monochromatic Colors of #9A663C
Black with #9A663C
Text Example
Text Example
White with #9A663C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A663C; }
p { color: rgb(154,102,60); }
H1.HeaderClassName
{
color: #9A663C;
}
.AnyTagClassName
{
color: #9A663C;
}
</style>
background-color css
<style>
a { background-color: #9A663C; }
a { background-color: rgb(154,102,60); }
div.DivClassName
{
background-color: #9A663C;
}
.BgClassName
{
background-color: #9A663C;
}
</style>
border-color css
<style>
span { border-color: #9A663C; }
span { border-color: rgb(154,102,60); }
td.TdClassName
{
border-color: #9A663C;
}
.TagClassName
{
border-color: #9A663C;
}
</style>