Shades of Golden Brown #A6680C
Tints of Golden Brown #A6680C
RGB
CMYK
RGB Variations
Color information
#A6680C (or 0xA6680C) is known color: Golden Brown. HEX triplet: A6, 68 and 0C. RGB value is (166,104,12). Sum of RGB (Red+Green+Blue) = 166+104+12=282 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.87% from 282); Green value is 104 (41.02% from 255 or 36.88% from 282); Blue value is 12 (5.08% from 255 or 4.26% from 282); Max value from RGB is 166 - color contains mainly: red. Hex color #A6680C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A6680C is #5997F3. Grayscale: #707070. Windows color (decimal): -5871604 or 813222. OLE color: 813222.
HSL color Cylindrical-coordinate representation of color #A6680C: hue angle of 35.84º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A6680C is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 104 | 12 | - |
| CMYK | 0 | 0.37 | 0.93 | 0.35 |
| HSL | 35.84º | 0.87% | 0.35% | - |
| HSV(B) | 35.84º | 0.93% | 0.65% | - |
| XYZ | 20.74 | 18.03 | 2.74 | - |
| YUV | 112.05 | 71.54 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 104 | 12 | 0 | 0.37 | 0.93 | 0.35 | 35.84 | 0.87 | 0.35 |
| Hex | A6 | 68 | C | 0 | 25 | 5D | 23 | 24 | 57 | 23 |
| Octal | 246 | 150 | 14 | 0 | 45 | 135 | 43 | 44 | 127 | 43 |
| Binary | 10100110 | 1101000 | 1100 | 0 | 100101 | 1011101 | 100011 | 100100 | 1010111 | 100011 |
Color Harmonies of #A6680C
Complementary color
Monochromatic Colors of #A6680C
Black with #A6680C
Text Example
Text Example
White with #A6680C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6680C; }
p { color: rgb(166,104,12); }
H1.HeaderClassName
{
color: #A6680C;
}
.AnyTagClassName
{
color: #A6680C;
}
</style>
background-color css
<style>
a { background-color: #A6680C; }
a { background-color: rgb(166,104,12); }
div.DivClassName
{
background-color: #A6680C;
}
.BgClassName
{
background-color: #A6680C;
}
</style>
border-color css
<style>
span { border-color: #A6680C; }
span { border-color: rgb(166,104,12); }
td.TdClassName
{
border-color: #A6680C;
}
.TagClassName
{
border-color: #A6680C;
}
</style>