Shades of Golden Brown #A6660D
Tints of Golden Brown #A6660D
RGB
CMYK
RGB Variations
Color information
#A6660D (or 0xA6660D) is known color: Golden Brown. HEX triplet: A6, 66 and 0D. RGB value is (166,102,13). Sum of RGB (Red+Green+Blue) = 166+102+13=281 (37% of max value = 765). Red value is 166 (65.23% from 255 or 59.07% from 281); Green value is 102 (40.23% from 255 or 36.30% from 281); Blue value is 13 (5.47% from 255 or 4.63% from 281); Max value from RGB is 166 - color contains mainly: red. Hex color #A6660D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A6660D is #5999F2. Grayscale: #6F6F6F. Windows color (decimal): -5872115 or 878246. OLE color: 878246.
HSL color Cylindrical-coordinate representation of color #A6660D: hue angle of 34.9º degrees, saturation: 0.85, 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 #A6660D is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 102 | 13 | - |
| CMYK | 0 | 0.39 | 0.92 | 0.35 |
| HSL | 34.9º | 0.85% | 0.35% | - |
| HSV(B) | 34.9º | 0.92% | 0.65% | - |
| XYZ | 20.55 | 17.64 | 2.7 | - |
| YUV | 110.99 | 72.7 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 102 | 13 | 0 | 0.39 | 0.92 | 0.35 | 34.9 | 0.85 | 0.35 |
| Hex | A6 | 66 | D | 0 | 27 | 5C | 23 | 23 | 55 | 23 |
| Octal | 246 | 146 | 15 | 0 | 47 | 134 | 43 | 43 | 125 | 43 |
| Binary | 10100110 | 1100110 | 1101 | 0 | 100111 | 1011100 | 100011 | 100011 | 1010101 | 100011 |
Color Harmonies of #A6660D
Complementary color
Monochromatic Colors of #A6660D
Black with #A6660D
Text Example
Text Example
White with #A6660D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6660D; }
p { color: rgb(166,102,13); }
H1.HeaderClassName
{
color: #A6660D;
}
.AnyTagClassName
{
color: #A6660D;
}
</style>
background-color css
<style>
a { background-color: #A6660D; }
a { background-color: rgb(166,102,13); }
div.DivClassName
{
background-color: #A6660D;
}
.BgClassName
{
background-color: #A6660D;
}
</style>
border-color css
<style>
span { border-color: #A6660D; }
span { border-color: rgb(166,102,13); }
td.TdClassName
{
border-color: #A6660D;
}
.TagClassName
{
border-color: #A6660D;
}
</style>