Shades of Golden Brown #A6650D
Tints of Golden Brown #A6650D
RGB
CMYK
RGB Variations
Color information
#A6650D (or 0xA6650D) is known color: Golden Brown. HEX triplet: A6, 65 and 0D. RGB value is (166,101,13). Sum of RGB (Red+Green+Blue) = 166+101+13=280 (37% of max value = 765). Red value is 166 (65.23% from 255 or 59.29% from 280); Green value is 101 (39.84% from 255 or 36.07% from 280); Blue value is 13 (5.47% from 255 or 4.64% from 280); Max value from RGB is 166 - color contains mainly: red. Hex color #A6650D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A6650D is #599AF2. Grayscale: #6E6E6E. Windows color (decimal): -5872371 or 877990. OLE color: 877990.
HSL color Cylindrical-coordinate representation of color #A6650D: hue angle of 34.51º 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 #A6650D is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 101 | 13 | - |
| CMYK | 0 | 0.39 | 0.92 | 0.35 |
| HSL | 34.51º | 0.85% | 0.35% | - |
| HSV(B) | 34.51º | 0.92% | 0.65% | - |
| XYZ | 20.45 | 17.44 | 2.67 | - |
| YUV | 110.4 | 73.03 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 101 | 13 | 0 | 0.39 | 0.92 | 0.35 | 34.51 | 0.85 | 0.35 |
| Hex | A6 | 65 | D | 0 | 27 | 5C | 23 | 23 | 55 | 23 |
| Octal | 246 | 145 | 15 | 0 | 47 | 134 | 43 | 43 | 125 | 43 |
| Binary | 10100110 | 1100101 | 1101 | 0 | 100111 | 1011100 | 100011 | 100011 | 1010101 | 100011 |
Color Harmonies of #A6650D
Complementary color
Monochromatic Colors of #A6650D
Black with #A6650D
Text Example
Text Example
White with #A6650D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6650D; }
p { color: rgb(166,101,13); }
H1.HeaderClassName
{
color: #A6650D;
}
.AnyTagClassName
{
color: #A6650D;
}
</style>
background-color css
<style>
a { background-color: #A6650D; }
a { background-color: rgb(166,101,13); }
div.DivClassName
{
background-color: #A6650D;
}
.BgClassName
{
background-color: #A6650D;
}
</style>
border-color css
<style>
span { border-color: #A6650D; }
span { border-color: rgb(166,101,13); }
td.TdClassName
{
border-color: #A6650D;
}
.TagClassName
{
border-color: #A6650D;
}
</style>