Shades of Golden Brown #A6691F
Tints of Golden Brown #A6691F
RGB
CMYK
RGB Variations
Color information
#A6691F (or 0xA6691F) is known color: Golden Brown. HEX triplet: A6, 69 and 1F. RGB value is (166,105,31). Sum of RGB (Red+Green+Blue) = 166+105+31=302 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.97% from 302); Green value is 105 (41.41% from 255 or 34.77% from 302); Blue value is 31 (12.5% from 255 or 10.26% from 302); Max value from RGB is 166 - color contains mainly: red. Hex color #A6691F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6691F is #5996E0. Grayscale: #737373. Windows color (decimal): -5871329 or 2058662. OLE color: 2058662.
HSL color Cylindrical-coordinate representation of color #A6691F: hue angle of 32.89º 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 #A6691F is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 105 | 31 | - |
| CMYK | 0 | 0.37 | 0.81 | 0.35 |
| HSL | 32.89º | 0.69% | 0.39% | - |
| HSV(B) | 32.89º | 0.81% | 0.65% | - |
| XYZ | 21.02 | 18.31 | 3.72 | - |
| YUV | 114.8 | 80.71 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 105 | 31 | 0 | 0.37 | 0.81 | 0.35 | 32.89 | 0.69 | 0.39 |
| Hex | A6 | 69 | 1F | 0 | 25 | 51 | 23 | 21 | 45 | 27 |
| Octal | 246 | 151 | 37 | 0 | 45 | 121 | 43 | 41 | 105 | 47 |
| Binary | 10100110 | 1101001 | 11111 | 0 | 100101 | 1010001 | 100011 | 100001 | 1000101 | 100111 |
Color Harmonies of #A6691F
Complementary color
Monochromatic Colors of #A6691F
Black with #A6691F
Text Example
Text Example
White with #A6691F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6691F; }
p { color: rgb(166,105,31); }
H1.HeaderClassName
{
color: #A6691F;
}
.AnyTagClassName
{
color: #A6691F;
}
</style>
background-color css
<style>
a { background-color: #A6691F; }
a { background-color: rgb(166,105,31); }
div.DivClassName
{
background-color: #A6691F;
}
.BgClassName
{
background-color: #A6691F;
}
</style>
border-color css
<style>
span { border-color: #A6691F; }
span { border-color: rgb(166,105,31); }
td.TdClassName
{
border-color: #A6691F;
}
.TagClassName
{
border-color: #A6691F;
}
</style>