Shades of Desert #9A673D
Tints of Desert #9A673D
RGB
CMYK
RGB Variations
Color information
#9A673D (or 0x9A673D) is known color: Desert. HEX triplet: 9A, 67 and 3D. RGB value is (154,103,61). Sum of RGB (Red+Green+Blue) = 154+103+61=318 (42% of max value = 765). Red value is 154 (60.55% from 255 or 48.43% from 318); Green value is 103 (40.62% from 255 or 32.39% from 318); Blue value is 61 (24.22% from 255 or 19.18% from 318); Max value from RGB is 154 - color contains mainly: red. Hex color #9A673D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A673D is #6598C2. Grayscale: #717171. Windows color (decimal): -6658243 or 4024218. OLE color: 4024218.
HSL color Cylindrical-coordinate representation of color #9A673D: hue angle of 27.1º 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 #9A673D is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 103 | 61 | - |
| CMYK | 0 | 0.33 | 0.60 | 0.40 |
| HSL | 27.1º | 0.43% | 0.42% | - |
| HSV(B) | 27.1º | 0.6% | 0.6% | - |
| XYZ | 19.02 | 16.91 | 6.68 | - |
| YUV | 113.46 | 98.4 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 103 | 61 | 0 | 0.33 | 0.60 | 0.40 | 27.1 | 0.43 | 0.42 |
| Hex | 9A | 67 | 3D | 0 | 21 | 3C | 28 | 1B | 2B | 2A |
| Octal | 232 | 147 | 75 | 0 | 41 | 74 | 50 | 33 | 53 | 52 |
| Binary | 10011010 | 1100111 | 111101 | 0 | 100001 | 111100 | 101000 | 11011 | 101011 | 101010 |
Color Harmonies of #9A673D
Complementary color
Monochromatic Colors of #9A673D
Black with #9A673D
Text Example
Text Example
White with #9A673D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A673D; }
p { color: rgb(154,103,61); }
H1.HeaderClassName
{
color: #9A673D;
}
.AnyTagClassName
{
color: #9A673D;
}
</style>
background-color css
<style>
a { background-color: #9A673D; }
a { background-color: rgb(154,103,61); }
div.DivClassName
{
background-color: #9A673D;
}
.BgClassName
{
background-color: #9A673D;
}
</style>
border-color css
<style>
span { border-color: #9A673D; }
span { border-color: rgb(154,103,61); }
td.TdClassName
{
border-color: #9A673D;
}
.TagClassName
{
border-color: #9A673D;
}
</style>