Shades of Golden Brown #A6661B
Tints of Golden Brown #A6661B
RGB
CMYK
RGB Variations
Color information
#A6661B (or 0xA6661B) is known color: Golden Brown. HEX triplet: A6, 66 and 1B. RGB value is (166,102,27). Sum of RGB (Red+Green+Blue) = 166+102+27=295 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.27% from 295); Green value is 102 (40.23% from 255 or 34.58% from 295); Blue value is 27 (10.94% from 255 or 9.15% from 295); Max value from RGB is 166 - color contains mainly: red. Hex color #A6661B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6661B is #5999E4. Grayscale: #707070. Windows color (decimal): -5872101 or 1795750. OLE color: 1795750.
HSL color Cylindrical-coordinate representation of color #A6661B: hue angle of 32.37º 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 #A6661B is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 102 | 27 | - |
| CMYK | 0 | 0.39 | 0.84 | 0.35 |
| HSL | 32.37º | 0.72% | 0.38% | - |
| HSV(B) | 32.37º | 0.84% | 0.65% | - |
| XYZ | 20.68 | 17.69 | 3.36 | - |
| YUV | 112.59 | 79.7 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 102 | 27 | 0 | 0.39 | 0.84 | 0.35 | 32.37 | 0.72 | 0.38 |
| Hex | A6 | 66 | 1B | 0 | 27 | 54 | 23 | 20 | 48 | 26 |
| Octal | 246 | 146 | 33 | 0 | 47 | 124 | 43 | 40 | 110 | 46 |
| Binary | 10100110 | 1100110 | 11011 | 0 | 100111 | 1010100 | 100011 | 100000 | 1001000 | 100110 |
Color Harmonies of #A6661B
Complementary color
Monochromatic Colors of #A6661B
Black with #A6661B
Text Example
Text Example
White with #A6661B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6661B; }
p { color: rgb(166,102,27); }
H1.HeaderClassName
{
color: #A6661B;
}
.AnyTagClassName
{
color: #A6661B;
}
</style>
background-color css
<style>
a { background-color: #A6661B; }
a { background-color: rgb(166,102,27); }
div.DivClassName
{
background-color: #A6661B;
}
.BgClassName
{
background-color: #A6661B;
}
</style>
border-color css
<style>
span { border-color: #A6661B; }
span { border-color: rgb(166,102,27); }
td.TdClassName
{
border-color: #A6661B;
}
.TagClassName
{
border-color: #A6661B;
}
</style>