Shades of Desert #A6613C
Tints of Desert #A6613C
RGB
CMYK
RGB Variations
Color information
#A6613C (or 0xA6613C) is known color: Desert. HEX triplet: A6, 61 and 3C. RGB value is (166,97,60). Sum of RGB (Red+Green+Blue) = 166+97+60=323 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.39% from 323); Green value is 97 (38.28% from 255 or 30.03% from 323); Blue value is 60 (23.83% from 255 or 18.58% from 323); Max value from RGB is 166 - color contains mainly: red. Hex color #A6613C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6613C is #599EC3. Grayscale: #717171. Windows color (decimal): -5873348 or 3957158. OLE color: 3957158.
HSL color Cylindrical-coordinate representation of color #A6613C: hue angle of 20.94º degrees, saturation: 0.47, 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 #A6613C is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 97 | 60 | - |
| CMYK | 0 | 0.42 | 0.64 | 0.35 |
| HSL | 20.94º | 0.47% | 0.44% | - |
| HSV(B) | 20.94º | 0.64% | 0.65% | - |
| XYZ | 20.82 | 16.98 | 6.46 | - |
| YUV | 113.41 | 97.86 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 97 | 60 | 0 | 0.42 | 0.64 | 0.35 | 20.94 | 0.47 | 0.44 |
| Hex | A6 | 61 | 3C | 0 | 2A | 40 | 23 | 15 | 2F | 2C |
| Octal | 246 | 141 | 74 | 0 | 52 | 100 | 43 | 25 | 57 | 54 |
| Binary | 10100110 | 1100001 | 111100 | 0 | 101010 | 1000000 | 100011 | 10101 | 101111 | 101100 |
Color Harmonies of #A6613C
Complementary color
Monochromatic Colors of #A6613C
Black with #A6613C
Text Example
Text Example
White with #A6613C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6613C; }
p { color: rgb(166,97,60); }
H1.HeaderClassName
{
color: #A6613C;
}
.AnyTagClassName
{
color: #A6613C;
}
</style>
background-color css
<style>
a { background-color: #A6613C; }
a { background-color: rgb(166,97,60); }
div.DivClassName
{
background-color: #A6613C;
}
.BgClassName
{
background-color: #A6613C;
}
</style>
border-color css
<style>
span { border-color: #A6613C; }
span { border-color: rgb(166,97,60); }
td.TdClassName
{
border-color: #A6613C;
}
.TagClassName
{
border-color: #A6613C;
}
</style>