Shades of Golden Brown #A6671B
Tints of Golden Brown #A6671B
RGB
CMYK
RGB Variations
Color information
#A6671B (or 0xA6671B) is known color: Golden Brown. HEX triplet: A6, 67 and 1B. RGB value is (166,103,27). Sum of RGB (Red+Green+Blue) = 166+103+27=296 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.08% from 296); Green value is 103 (40.62% from 255 or 34.80% from 296); Blue value is 27 (10.94% from 255 or 9.12% from 296); Max value from RGB is 166 - color contains mainly: red. Hex color #A6671B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6671B is #5998E4. Grayscale: #717171. Windows color (decimal): -5871845 or 1796006. OLE color: 1796006.
HSL color Cylindrical-coordinate representation of color #A6671B: hue angle of 32.81º 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 #A6671B is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 103 | 27 | - |
| CMYK | 0 | 0.38 | 0.84 | 0.35 |
| HSL | 32.81º | 0.72% | 0.38% | - |
| HSV(B) | 32.81º | 0.84% | 0.65% | - |
| XYZ | 20.77 | 17.89 | 3.39 | - |
| YUV | 113.17 | 79.37 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 103 | 27 | 0 | 0.38 | 0.84 | 0.35 | 32.81 | 0.72 | 0.38 |
| Hex | A6 | 67 | 1B | 0 | 26 | 54 | 23 | 21 | 48 | 26 |
| Octal | 246 | 147 | 33 | 0 | 46 | 124 | 43 | 41 | 110 | 46 |
| Binary | 10100110 | 1100111 | 11011 | 0 | 100110 | 1010100 | 100011 | 100001 | 1001000 | 100110 |
Color Harmonies of #A6671B
Complementary color
Monochromatic Colors of #A6671B
Black with #A6671B
Text Example
Text Example
White with #A6671B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6671B; }
p { color: rgb(166,103,27); }
H1.HeaderClassName
{
color: #A6671B;
}
.AnyTagClassName
{
color: #A6671B;
}
</style>
background-color css
<style>
a { background-color: #A6671B; }
a { background-color: rgb(166,103,27); }
div.DivClassName
{
background-color: #A6671B;
}
.BgClassName
{
background-color: #A6671B;
}
</style>
border-color css
<style>
span { border-color: #A6671B; }
span { border-color: rgb(166,103,27); }
td.TdClassName
{
border-color: #A6671B;
}
.TagClassName
{
border-color: #A6671B;
}
</style>