Shades of Golden Brown #A6661D
Tints of Golden Brown #A6661D
RGB
CMYK
RGB Variations
Color information
#A6661D (or 0xA6661D) is known color: Golden Brown. HEX triplet: A6, 66 and 1D. RGB value is (166,102,29). Sum of RGB (Red+Green+Blue) = 166+102+29=297 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.89% from 297); Green value is 102 (40.23% from 255 or 34.34% from 297); Blue value is 29 (11.72% from 255 or 9.76% from 297); Max value from RGB is 166 - color contains mainly: red. Hex color #A6661D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6661D is #5999E2. Grayscale: #717171. Windows color (decimal): -5872099 or 1926822. OLE color: 1926822.
HSL color Cylindrical-coordinate representation of color #A6661D: hue angle of 31.97º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A6661D is Cyan = 0, Magento = 0.39, Yellow = 0.83 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 102 | 29 | - |
| CMYK | 0 | 0.39 | 0.83 | 0.35 |
| HSL | 31.97º | 0.7% | 0.38% | - |
| HSV(B) | 31.97º | 0.83% | 0.65% | - |
| XYZ | 20.7 | 17.7 | 3.49 | - |
| YUV | 112.81 | 80.7 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 102 | 29 | 0 | 0.39 | 0.83 | 0.35 | 31.97 | 0.7 | 0.38 |
| Hex | A6 | 66 | 1D | 0 | 27 | 53 | 23 | 20 | 46 | 26 |
| Octal | 246 | 146 | 35 | 0 | 47 | 123 | 43 | 40 | 106 | 46 |
| Binary | 10100110 | 1100110 | 11101 | 0 | 100111 | 1010011 | 100011 | 100000 | 1000110 | 100110 |
Color Harmonies of #A6661D
Complementary color
Monochromatic Colors of #A6661D
Black with #A6661D
Text Example
Text Example
White with #A6661D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6661D; }
p { color: rgb(166,102,29); }
H1.HeaderClassName
{
color: #A6661D;
}
.AnyTagClassName
{
color: #A6661D;
}
</style>
background-color css
<style>
a { background-color: #A6661D; }
a { background-color: rgb(166,102,29); }
div.DivClassName
{
background-color: #A6661D;
}
.BgClassName
{
background-color: #A6661D;
}
</style>
border-color css
<style>
span { border-color: #A6661D; }
span { border-color: rgb(166,102,29); }
td.TdClassName
{
border-color: #A6661D;
}
.TagClassName
{
border-color: #A6661D;
}
</style>