Shades of Golden Brown #A6611D
Tints of Golden Brown #A6611D
RGB
CMYK
RGB Variations
Color information
#A6611D (or 0xA6611D) is known color: Golden Brown. HEX triplet: A6, 61 and 1D. RGB value is (166,97,29). Sum of RGB (Red+Green+Blue) = 166+97+29=292 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.85% from 292); Green value is 97 (38.28% from 255 or 33.22% from 292); Blue value is 29 (11.72% from 255 or 9.93% from 292); Max value from RGB is 166 - color contains mainly: red. Hex color #A6611D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6611D is #599EE2. Grayscale: #6E6E6E. Windows color (decimal): -5873379 or 1925542. OLE color: 1925542.
HSL color Cylindrical-coordinate representation of color #A6611D: hue angle of 29.78º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A6611D is Cyan = 0, Magento = 0.42, Yellow = 0.83 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 97 | 29 | - |
| CMYK | 0 | 0.42 | 0.83 | 0.35 |
| HSL | 29.78º | 0.7% | 0.38% | - |
| HSV(B) | 29.78º | 0.83% | 0.65% | - |
| XYZ | 20.22 | 16.75 | 3.33 | - |
| YUV | 109.88 | 82.36 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 97 | 29 | 0 | 0.42 | 0.83 | 0.35 | 29.78 | 0.7 | 0.38 |
| Hex | A6 | 61 | 1D | 0 | 2A | 53 | 23 | 1E | 46 | 26 |
| Octal | 246 | 141 | 35 | 0 | 52 | 123 | 43 | 36 | 106 | 46 |
| Binary | 10100110 | 1100001 | 11101 | 0 | 101010 | 1010011 | 100011 | 11110 | 1000110 | 100110 |
Color Harmonies of #A6611D
Complementary color
Monochromatic Colors of #A6611D
Black with #A6611D
Text Example
Text Example
White with #A6611D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6611D; }
p { color: rgb(166,97,29); }
H1.HeaderClassName
{
color: #A6611D;
}
.AnyTagClassName
{
color: #A6611D;
}
</style>
background-color css
<style>
a { background-color: #A6611D; }
a { background-color: rgb(166,97,29); }
div.DivClassName
{
background-color: #A6611D;
}
.BgClassName
{
background-color: #A6611D;
}
</style>
border-color css
<style>
span { border-color: #A6611D; }
span { border-color: rgb(166,97,29); }
td.TdClassName
{
border-color: #A6611D;
}
.TagClassName
{
border-color: #A6611D;
}
</style>