Shades of Golden Brown #A6660E
Tints of Golden Brown #A6660E
RGB
CMYK
RGB Variations
Color information
#A6660E (or 0xA6660E) is known color: Golden Brown. HEX triplet: A6, 66 and 0E. RGB value is (166,102,14). Sum of RGB (Red+Green+Blue) = 166+102+14=282 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.87% from 282); Green value is 102 (40.23% from 255 or 36.17% from 282); Blue value is 14 (5.86% from 255 or 4.96% from 282); Max value from RGB is 166 - color contains mainly: red. Hex color #A6660E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A6660E is #5999F1. Grayscale: #6F6F6F. Windows color (decimal): -5872114 or 943782. OLE color: 943782.
HSL color Cylindrical-coordinate representation of color #A6660E: hue angle of 34.74º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A6660E is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 102 | 14 | - |
| CMYK | 0 | 0.39 | 0.92 | 0.35 |
| HSL | 34.74º | 0.84% | 0.35% | - |
| HSV(B) | 34.74º | 0.92% | 0.65% | - |
| XYZ | 20.56 | 17.64 | 2.74 | - |
| YUV | 111.1 | 73.2 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 102 | 14 | 0 | 0.39 | 0.92 | 0.35 | 34.74 | 0.84 | 0.35 |
| Hex | A6 | 66 | E | 0 | 27 | 5C | 23 | 23 | 54 | 23 |
| Octal | 246 | 146 | 16 | 0 | 47 | 134 | 43 | 43 | 124 | 43 |
| Binary | 10100110 | 1100110 | 1110 | 0 | 100111 | 1011100 | 100011 | 100011 | 1010100 | 100011 |
Color Harmonies of #A6660E
Complementary color
Monochromatic Colors of #A6660E
Black with #A6660E
Text Example
Text Example
White with #A6660E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6660E; }
p { color: rgb(166,102,14); }
H1.HeaderClassName
{
color: #A6660E;
}
.AnyTagClassName
{
color: #A6660E;
}
</style>
background-color css
<style>
a { background-color: #A6660E; }
a { background-color: rgb(166,102,14); }
div.DivClassName
{
background-color: #A6660E;
}
.BgClassName
{
background-color: #A6660E;
}
</style>
border-color css
<style>
span { border-color: #A6660E; }
span { border-color: rgb(166,102,14); }
td.TdClassName
{
border-color: #A6660E;
}
.TagClassName
{
border-color: #A6660E;
}
</style>