Shades of Golden Brown #A6610B
Tints of Golden Brown #A6610B
RGB
CMYK
RGB Variations
Color information
#A6610B (or 0xA6610B) is known color: Golden Brown. HEX triplet: A6, 61 and 0B. RGB value is (166,97,11). Sum of RGB (Red+Green+Blue) = 166+97+11=274 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.58% from 274); Green value is 97 (38.28% from 255 or 35.40% from 274); Blue value is 11 (4.69% from 255 or 4.01% from 274); Max value from RGB is 166 - color contains mainly: red. Hex color #A6610B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A6610B is #599EF4. Grayscale: #6C6C6C. Windows color (decimal): -5873397 or 745894. OLE color: 745894.
HSL color Cylindrical-coordinate representation of color #A6610B: hue angle of 33.29º degrees, saturation: 0.88, 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 #A6610B is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 97 | 11 | - |
| CMYK | 0 | 0.42 | 0.93 | 0.35 |
| HSL | 33.29º | 0.88% | 0.35% | - |
| HSV(B) | 33.29º | 0.93% | 0.65% | - |
| XYZ | 20.06 | 16.68 | 2.48 | - |
| YUV | 107.83 | 73.36 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 97 | 11 | 0 | 0.42 | 0.93 | 0.35 | 33.29 | 0.88 | 0.35 |
| Hex | A6 | 61 | B | 0 | 2A | 5D | 23 | 21 | 58 | 23 |
| Octal | 246 | 141 | 13 | 0 | 52 | 135 | 43 | 41 | 130 | 43 |
| Binary | 10100110 | 1100001 | 1011 | 0 | 101010 | 1011101 | 100011 | 100001 | 1011000 | 100011 |
Color Harmonies of #A6610B
Complementary color
Monochromatic Colors of #A6610B
Black with #A6610B
Text Example
Text Example
White with #A6610B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6610B; }
p { color: rgb(166,97,11); }
H1.HeaderClassName
{
color: #A6610B;
}
.AnyTagClassName
{
color: #A6610B;
}
</style>
background-color css
<style>
a { background-color: #A6610B; }
a { background-color: rgb(166,97,11); }
div.DivClassName
{
background-color: #A6610B;
}
.BgClassName
{
background-color: #A6610B;
}
</style>
border-color css
<style>
span { border-color: #A6610B; }
span { border-color: rgb(166,97,11); }
td.TdClassName
{
border-color: #A6610B;
}
.TagClassName
{
border-color: #A6610B;
}
</style>