Shades of Desert #9A673C
Tints of Desert #9A673C
RGB
CMYK
RGB Variations
Color information
#9A673C (or 0x9A673C) is known color: Desert. HEX triplet: 9A, 67 and 3C. RGB value is (154,103,60). Sum of RGB (Red+Green+Blue) = 154+103+60=317 (41% of max value = 765). Red value is 154 (60.55% from 255 or 48.58% from 317); Green value is 103 (40.62% from 255 or 32.49% from 317); Blue value is 60 (23.83% from 255 or 18.93% from 317); Max value from RGB is 154 - color contains mainly: red. Hex color #9A673C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A673C is #6598C3. Grayscale: #717171. Windows color (decimal): -6658244 or 3958682. OLE color: 3958682.
HSL color Cylindrical-coordinate representation of color #9A673C: hue angle of 27.45º 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 #9A673C is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 103 | 60 | - |
| CMYK | 0 | 0.33 | 0.61 | 0.40 |
| HSL | 27.45º | 0.44% | 0.42% | - |
| HSV(B) | 27.45º | 0.61% | 0.6% | - |
| XYZ | 18.99 | 16.9 | 6.54 | - |
| YUV | 113.35 | 97.9 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 103 | 60 | 0 | 0.33 | 0.61 | 0.40 | 27.45 | 0.44 | 0.42 |
| Hex | 9A | 67 | 3C | 0 | 21 | 3D | 28 | 1B | 2C | 2A |
| Octal | 232 | 147 | 74 | 0 | 41 | 75 | 50 | 33 | 54 | 52 |
| Binary | 10011010 | 1100111 | 111100 | 0 | 100001 | 111101 | 101000 | 11011 | 101100 | 101010 |
Color Harmonies of #9A673C
Complementary color
Monochromatic Colors of #9A673C
Black with #9A673C
Text Example
Text Example
White with #9A673C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A673C; }
p { color: rgb(154,103,60); }
H1.HeaderClassName
{
color: #9A673C;
}
.AnyTagClassName
{
color: #9A673C;
}
</style>
background-color css
<style>
a { background-color: #9A673C; }
a { background-color: rgb(154,103,60); }
div.DivClassName
{
background-color: #9A673C;
}
.BgClassName
{
background-color: #9A673C;
}
</style>
border-color css
<style>
span { border-color: #9A673C; }
span { border-color: rgb(154,103,60); }
td.TdClassName
{
border-color: #9A673C;
}
.TagClassName
{
border-color: #9A673C;
}
</style>