Shades of Desert #A6663D
Tints of Desert #A6663D
RGB
CMYK
RGB Variations
Color information
#A6663D (or 0xA6663D) is known color: Desert. HEX triplet: A6, 66 and 3D. RGB value is (166,102,61). Sum of RGB (Red+Green+Blue) = 166+102+61=329 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.46% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 61 (24.22% from 255 or 18.54% from 329); Max value from RGB is 166 - color contains mainly: red. Hex color #A6663D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6663D is #5999C2. Grayscale: #747474. Windows color (decimal): -5872067 or 4023974. OLE color: 4023974.
HSL color Cylindrical-coordinate representation of color #A6663D: hue angle of 23.43º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A6663D is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 102 | 61 | - |
| CMYK | 0 | 0.39 | 0.63 | 0.35 |
| HSL | 23.43º | 0.46% | 0.45% | - |
| HSV(B) | 23.43º | 0.63% | 0.65% | - |
| XYZ | 21.32 | 17.95 | 6.76 | - |
| YUV | 116.46 | 96.7 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 102 | 61 | 0 | 0.39 | 0.63 | 0.35 | 23.43 | 0.46 | 0.45 |
| Hex | A6 | 66 | 3D | 0 | 27 | 3F | 23 | 17 | 2E | 2D |
| Octal | 246 | 146 | 75 | 0 | 47 | 77 | 43 | 27 | 56 | 55 |
| Binary | 10100110 | 1100110 | 111101 | 0 | 100111 | 111111 | 100011 | 10111 | 101110 | 101101 |
Color Harmonies of #A6663D
Complementary color
Monochromatic Colors of #A6663D
Black with #A6663D
Text Example
Text Example
White with #A6663D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6663D; }
p { color: rgb(166,102,61); }
H1.HeaderClassName
{
color: #A6663D;
}
.AnyTagClassName
{
color: #A6663D;
}
</style>
background-color css
<style>
a { background-color: #A6663D; }
a { background-color: rgb(166,102,61); }
div.DivClassName
{
background-color: #A6663D;
}
.BgClassName
{
background-color: #A6663D;
}
</style>
border-color css
<style>
span { border-color: #A6663D; }
span { border-color: rgb(166,102,61); }
td.TdClassName
{
border-color: #A6663D;
}
.TagClassName
{
border-color: #A6663D;
}
</style>