Shades of Golden Brown #A6681B
Tints of Golden Brown #A6681B
RGB
CMYK
RGB Variations
Color information
#A6681B (or 0xA6681B) is known color: Golden Brown. HEX triplet: A6, 68 and 1B. RGB value is (166,104,27). Sum of RGB (Red+Green+Blue) = 166+104+27=297 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.89% from 297); Green value is 104 (41.02% from 255 or 35.02% from 297); Blue value is 27 (10.94% from 255 or 9.09% from 297); Max value from RGB is 166 - color contains mainly: red. Hex color #A6681B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6681B is #5997E4. Grayscale: #727272. Windows color (decimal): -5871589 or 1796262. OLE color: 1796262.
HSL color Cylindrical-coordinate representation of color #A6681B: hue angle of 33.24º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A6681B is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 104 | 27 | - |
| CMYK | 0 | 0.37 | 0.84 | 0.35 |
| HSL | 33.24º | 0.72% | 0.38% | - |
| HSV(B) | 33.24º | 0.84% | 0.65% | - |
| XYZ | 20.87 | 18.09 | 3.43 | - |
| YUV | 113.76 | 79.04 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 104 | 27 | 0 | 0.37 | 0.84 | 0.35 | 33.24 | 0.72 | 0.38 |
| Hex | A6 | 68 | 1B | 0 | 25 | 54 | 23 | 21 | 48 | 26 |
| Octal | 246 | 150 | 33 | 0 | 45 | 124 | 43 | 41 | 110 | 46 |
| Binary | 10100110 | 1101000 | 11011 | 0 | 100101 | 1010100 | 100011 | 100001 | 1001000 | 100110 |
Color Harmonies of #A6681B
Complementary color
Monochromatic Colors of #A6681B
Black with #A6681B
Text Example
Text Example
White with #A6681B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6681B; }
p { color: rgb(166,104,27); }
H1.HeaderClassName
{
color: #A6681B;
}
.AnyTagClassName
{
color: #A6681B;
}
</style>
background-color css
<style>
a { background-color: #A6681B; }
a { background-color: rgb(166,104,27); }
div.DivClassName
{
background-color: #A6681B;
}
.BgClassName
{
background-color: #A6681B;
}
</style>
border-color css
<style>
span { border-color: #A6681B; }
span { border-color: rgb(166,104,27); }
td.TdClassName
{
border-color: #A6681B;
}
.TagClassName
{
border-color: #A6681B;
}
</style>