Shades of Golden Brown #A66106
Tints of Golden Brown #A66106
RGB
CMYK
RGB Variations
Color information
#A66106 (or 0xA66106) is known color: Golden Brown. HEX triplet: A6, 61 and 06. RGB value is (166,97,6). Sum of RGB (Red+Green+Blue) = 166+97+6=269 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.71% from 269); Green value is 97 (38.28% from 255 or 36.06% from 269); Blue value is 6 (2.73% from 255 or 2.23% from 269); Max value from RGB is 166 - color contains mainly: red. Hex color #A66106 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66106 is #599EF9. Grayscale: #6B6B6B. Windows color (decimal): -5873402 or 418214. OLE color: 418214.
HSL color Cylindrical-coordinate representation of color #A66106: hue angle of 34.12º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A66106 is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 97 | 6 | - |
| CMYK | 0 | 0.42 | 0.96 | 0.35 |
| HSL | 34.13º | 0.93% | 0.34% | - |
| HSV(B) | 34.13º | 0.96% | 0.65% | - |
| XYZ | 20.03 | 16.67 | 2.33 | - |
| YUV | 107.26 | 70.86 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 97 | 6 | 0 | 0.42 | 0.96 | 0.35 | 34.13 | 0.93 | 0.34 |
| Hex | A6 | 61 | 6 | 0 | 2A | 60 | 23 | 22 | 5D | 22 |
| Octal | 246 | 141 | 6 | 0 | 52 | 140 | 43 | 42 | 135 | 42 |
| Binary | 10100110 | 1100001 | 110 | 0 | 101010 | 1100000 | 100011 | 100010 | 1011101 | 100010 |
Color Harmonies of #A66106
Complementary color
Monochromatic Colors of #A66106
Black with #A66106
Text Example
Text Example
White with #A66106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66106; }
p { color: rgb(166,97,6); }
H1.HeaderClassName
{
color: #A66106;
}
.AnyTagClassName
{
color: #A66106;
}
</style>
background-color css
<style>
a { background-color: #A66106; }
a { background-color: rgb(166,97,6); }
div.DivClassName
{
background-color: #A66106;
}
.BgClassName
{
background-color: #A66106;
}
</style>
border-color css
<style>
span { border-color: #A66106; }
span { border-color: rgb(166,97,6); }
td.TdClassName
{
border-color: #A66106;
}
.TagClassName
{
border-color: #A66106;
}
</style>