Shades of Desert #A6613D
Tints of Desert #A6613D
RGB
CMYK
RGB Variations
Color information
#A6613D (or 0xA6613D) is known color: Desert. HEX triplet: A6, 61 and 3D. RGB value is (166,97,61). Sum of RGB (Red+Green+Blue) = 166+97+61=324 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.23% from 324); Green value is 97 (38.28% from 255 or 29.94% from 324); Blue value is 61 (24.22% from 255 or 18.83% from 324); Max value from RGB is 166 - color contains mainly: red. Hex color #A6613D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6613D is #599EC2. Grayscale: #717171. Windows color (decimal): -5873347 or 4022694. OLE color: 4022694.
HSL color Cylindrical-coordinate representation of color #A6613D: hue angle of 20.57º 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 #A6613D is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 97 | 61 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.35 |
| HSL | 20.57º | 0.46% | 0.45% | - |
| HSV(B) | 20.57º | 0.63% | 0.65% | - |
| XYZ | 20.84 | 16.99 | 6.6 | - |
| YUV | 113.53 | 98.36 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 97 | 61 | 0 | 0.42 | 0.63 | 0.35 | 20.57 | 0.46 | 0.45 |
| Hex | A6 | 61 | 3D | 0 | 2A | 3F | 23 | 15 | 2E | 2D |
| Octal | 246 | 141 | 75 | 0 | 52 | 77 | 43 | 25 | 56 | 55 |
| Binary | 10100110 | 1100001 | 111101 | 0 | 101010 | 111111 | 100011 | 10101 | 101110 | 101101 |
Color Harmonies of #A6613D
Complementary color
Monochromatic Colors of #A6613D
Black with #A6613D
Text Example
Text Example
White with #A6613D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6613D; }
p { color: rgb(166,97,61); }
H1.HeaderClassName
{
color: #A6613D;
}
.AnyTagClassName
{
color: #A6613D;
}
</style>
background-color css
<style>
a { background-color: #A6613D; }
a { background-color: rgb(166,97,61); }
div.DivClassName
{
background-color: #A6613D;
}
.BgClassName
{
background-color: #A6613D;
}
</style>
border-color css
<style>
span { border-color: #A6613D; }
span { border-color: rgb(166,97,61); }
td.TdClassName
{
border-color: #A6613D;
}
.TagClassName
{
border-color: #A6613D;
}
</style>