Shades of Desert #A6643B
Tints of Desert #A6643B
RGB
CMYK
RGB Variations
Color information
#A6643B (or 0xA6643B) is known color: Desert. HEX triplet: A6, 64 and 3B. RGB value is (166,100,59). Sum of RGB (Red+Green+Blue) = 166+100+59=325 (43% of max value = 765). Red value is 166 (65.23% from 255 or 51.08% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 59 (23.44% from 255 or 18.15% from 325); Max value from RGB is 166 - color contains mainly: red. Hex color #A6643B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6643B is #599BC4. Grayscale: #737373. Windows color (decimal): -5872581 or 3892390. OLE color: 3892390.
HSL color Cylindrical-coordinate representation of color #A6643B: hue angle of 22.99º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A6643B is Cyan = 0, Magento = 0.40, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 100 | 59 | - |
| CMYK | 0 | 0.40 | 0.64 | 0.35 |
| HSL | 22.99º | 0.48% | 0.44% | - |
| HSV(B) | 22.99º | 0.64% | 0.65% | - |
| XYZ | 21.07 | 17.54 | 6.41 | - |
| YUV | 115.06 | 96.37 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 100 | 59 | 0 | 0.40 | 0.64 | 0.35 | 22.99 | 0.48 | 0.44 |
| Hex | A6 | 64 | 3B | 0 | 28 | 40 | 23 | 17 | 30 | 2C |
| Octal | 246 | 144 | 73 | 0 | 50 | 100 | 43 | 27 | 60 | 54 |
| Binary | 10100110 | 1100100 | 111011 | 0 | 101000 | 1000000 | 100011 | 10111 | 110000 | 101100 |
Color Harmonies of #A6643B
Complementary color
Monochromatic Colors of #A6643B
Black with #A6643B
Text Example
Text Example
White with #A6643B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6643B; }
p { color: rgb(166,100,59); }
H1.HeaderClassName
{
color: #A6643B;
}
.AnyTagClassName
{
color: #A6643B;
}
</style>
background-color css
<style>
a { background-color: #A6643B; }
a { background-color: rgb(166,100,59); }
div.DivClassName
{
background-color: #A6643B;
}
.BgClassName
{
background-color: #A6643B;
}
</style>
border-color css
<style>
span { border-color: #A6643B; }
span { border-color: rgb(166,100,59); }
td.TdClassName
{
border-color: #A6643B;
}
.TagClassName
{
border-color: #A6643B;
}
</style>