Shades of Golden Brown #A6621B
Tints of Golden Brown #A6621B
RGB
CMYK
RGB Variations
Color information
#A6621B (or 0xA6621B) is known color: Golden Brown. HEX triplet: A6, 62 and 1B. RGB value is (166,98,27). Sum of RGB (Red+Green+Blue) = 166+98+27=291 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.04% from 291); Green value is 98 (38.67% from 255 or 33.68% from 291); Blue value is 27 (10.94% from 255 or 9.28% from 291); Max value from RGB is 166 - color contains mainly: red. Hex color #A6621B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6621B is #599DE4. Grayscale: #6E6E6E. Windows color (decimal): -5873125 or 1794726. OLE color: 1794726.
HSL color Cylindrical-coordinate representation of color #A6621B: hue angle of 30.65º 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 #A6621B is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 98 | 27 | - |
| CMYK | 0 | 0.41 | 0.84 | 0.35 |
| HSL | 30.65º | 0.72% | 0.38% | - |
| HSV(B) | 30.65º | 0.84% | 0.65% | - |
| XYZ | 20.29 | 16.92 | 3.23 | - |
| YUV | 110.24 | 81.03 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 98 | 27 | 0 | 0.41 | 0.84 | 0.35 | 30.65 | 0.72 | 0.38 |
| Hex | A6 | 62 | 1B | 0 | 29 | 54 | 23 | 1F | 48 | 26 |
| Octal | 246 | 142 | 33 | 0 | 51 | 124 | 43 | 37 | 110 | 46 |
| Binary | 10100110 | 1100010 | 11011 | 0 | 101001 | 1010100 | 100011 | 11111 | 1001000 | 100110 |
Color Harmonies of #A6621B
Complementary color
Monochromatic Colors of #A6621B
Black with #A6621B
Text Example
Text Example
White with #A6621B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6621B; }
p { color: rgb(166,98,27); }
H1.HeaderClassName
{
color: #A6621B;
}
.AnyTagClassName
{
color: #A6621B;
}
</style>
background-color css
<style>
a { background-color: #A6621B; }
a { background-color: rgb(166,98,27); }
div.DivClassName
{
background-color: #A6621B;
}
.BgClassName
{
background-color: #A6621B;
}
</style>
border-color css
<style>
span { border-color: #A6621B; }
span { border-color: rgb(166,98,27); }
td.TdClassName
{
border-color: #A6621B;
}
.TagClassName
{
border-color: #A6621B;
}
</style>