Shades of Golden Brown #A6681F
Tints of Golden Brown #A6681F
RGB
CMYK
RGB Variations
Color information
#A6681F (or 0xA6681F) is known color: Golden Brown. HEX triplet: A6, 68 and 1F. RGB value is (166,104,31). Sum of RGB (Red+Green+Blue) = 166+104+31=301 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.15% from 301); Green value is 104 (41.02% from 255 or 34.55% from 301); Blue value is 31 (12.5% from 255 or 10.30% from 301); Max value from RGB is 166 - color contains mainly: red. Hex color #A6681F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6681F is #5997E0. Grayscale: #727272. Windows color (decimal): -5871585 or 2058406. OLE color: 2058406.
HSL color Cylindrical-coordinate representation of color #A6681F: hue angle of 32.44º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A6681F is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 104 | 31 | - |
| CMYK | 0 | 0.37 | 0.81 | 0.35 |
| HSL | 32.44º | 0.69% | 0.39% | - |
| HSV(B) | 32.44º | 0.81% | 0.65% | - |
| XYZ | 20.92 | 18.11 | 3.69 | - |
| YUV | 114.22 | 81.04 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 104 | 31 | 0 | 0.37 | 0.81 | 0.35 | 32.44 | 0.69 | 0.39 |
| Hex | A6 | 68 | 1F | 0 | 25 | 51 | 23 | 20 | 45 | 27 |
| Octal | 246 | 150 | 37 | 0 | 45 | 121 | 43 | 40 | 105 | 47 |
| Binary | 10100110 | 1101000 | 11111 | 0 | 100101 | 1010001 | 100011 | 100000 | 1000101 | 100111 |
Color Harmonies of #A6681F
Complementary color
Monochromatic Colors of #A6681F
Black with #A6681F
Text Example
Text Example
White with #A6681F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6681F; }
p { color: rgb(166,104,31); }
H1.HeaderClassName
{
color: #A6681F;
}
.AnyTagClassName
{
color: #A6681F;
}
</style>
background-color css
<style>
a { background-color: #A6681F; }
a { background-color: rgb(166,104,31); }
div.DivClassName
{
background-color: #A6681F;
}
.BgClassName
{
background-color: #A6681F;
}
</style>
border-color css
<style>
span { border-color: #A6681F; }
span { border-color: rgb(166,104,31); }
td.TdClassName
{
border-color: #A6681F;
}
.TagClassName
{
border-color: #A6681F;
}
</style>