Shades of Golden Brown #A6600D
Tints of Golden Brown #A6600D
RGB
CMYK
RGB Variations
Color information
#A6600D (or 0xA6600D) is known color: Golden Brown. HEX triplet: A6, 60 and 0D. RGB value is (166,96,13). Sum of RGB (Red+Green+Blue) = 166+96+13=275 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.36% from 275); Green value is 96 (37.89% from 255 or 34.91% from 275); Blue value is 13 (5.47% from 255 or 4.73% from 275); Max value from RGB is 166 - color contains mainly: red. Hex color #A6600D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A6600D is #599FF2. Grayscale: #6B6B6B. Windows color (decimal): -5873651 or 876710. OLE color: 876710.
HSL color Cylindrical-coordinate representation of color #A6600D: hue angle of 32.55º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A6600D is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 96 | 13 | - |
| CMYK | 0 | 0.42 | 0.92 | 0.35 |
| HSL | 32.55º | 0.85% | 0.35% | - |
| HSV(B) | 32.55º | 0.92% | 0.65% | - |
| XYZ | 19.98 | 16.5 | 2.51 | - |
| YUV | 107.47 | 74.69 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 96 | 13 | 0 | 0.42 | 0.92 | 0.35 | 32.55 | 0.85 | 0.35 |
| Hex | A6 | 60 | D | 0 | 2A | 5C | 23 | 21 | 55 | 23 |
| Octal | 246 | 140 | 15 | 0 | 52 | 134 | 43 | 41 | 125 | 43 |
| Binary | 10100110 | 1100000 | 1101 | 0 | 101010 | 1011100 | 100011 | 100001 | 1010101 | 100011 |
Color Harmonies of #A6600D
Complementary color
Monochromatic Colors of #A6600D
Black with #A6600D
Text Example
Text Example
White with #A6600D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6600D; }
p { color: rgb(166,96,13); }
H1.HeaderClassName
{
color: #A6600D;
}
.AnyTagClassName
{
color: #A6600D;
}
</style>
background-color css
<style>
a { background-color: #A6600D; }
a { background-color: rgb(166,96,13); }
div.DivClassName
{
background-color: #A6600D;
}
.BgClassName
{
background-color: #A6600D;
}
</style>
border-color css
<style>
span { border-color: #A6600D; }
span { border-color: rgb(166,96,13); }
td.TdClassName
{
border-color: #A6600D;
}
.TagClassName
{
border-color: #A6600D;
}
</style>