Shades of Golden Brown #A6670E
Tints of Golden Brown #A6670E
RGB
CMYK
RGB Variations
Color information
#A6670E (or 0xA6670E) is known color: Golden Brown. HEX triplet: A6, 67 and 0E. RGB value is (166,103,14). Sum of RGB (Red+Green+Blue) = 166+103+14=283 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.66% from 283); Green value is 103 (40.62% from 255 or 36.40% from 283); Blue value is 14 (5.86% from 255 or 4.95% from 283); Max value from RGB is 166 - color contains mainly: red. Hex color #A6670E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A6670E is #5998F1. Grayscale: #707070. Windows color (decimal): -5871858 or 944038. OLE color: 944038.
HSL color Cylindrical-coordinate representation of color #A6670E: hue angle of 35.13º 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 #A6670E is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 103 | 14 | - |
| CMYK | 0 | 0.38 | 0.92 | 0.35 |
| HSL | 35.13º | 0.84% | 0.35% | - |
| HSV(B) | 35.13º | 0.92% | 0.65% | - |
| XYZ | 20.66 | 17.84 | 2.77 | - |
| YUV | 111.69 | 72.87 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 103 | 14 | 0 | 0.38 | 0.92 | 0.35 | 35.13 | 0.84 | 0.35 |
| Hex | A6 | 67 | E | 0 | 26 | 5C | 23 | 23 | 54 | 23 |
| Octal | 246 | 147 | 16 | 0 | 46 | 134 | 43 | 43 | 124 | 43 |
| Binary | 10100110 | 1100111 | 1110 | 0 | 100110 | 1011100 | 100011 | 100011 | 1010100 | 100011 |
Color Harmonies of #A6670E
Complementary color
Monochromatic Colors of #A6670E
Black with #A6670E
Text Example
Text Example
White with #A6670E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6670E; }
p { color: rgb(166,103,14); }
H1.HeaderClassName
{
color: #A6670E;
}
.AnyTagClassName
{
color: #A6670E;
}
</style>
background-color css
<style>
a { background-color: #A6670E; }
a { background-color: rgb(166,103,14); }
div.DivClassName
{
background-color: #A6670E;
}
.BgClassName
{
background-color: #A6670E;
}
</style>
border-color css
<style>
span { border-color: #A6670E; }
span { border-color: rgb(166,103,14); }
td.TdClassName
{
border-color: #A6670E;
}
.TagClassName
{
border-color: #A6670E;
}
</style>