Shades of Golden Brown #A6631B
Tints of Golden Brown #A6631B
RGB
CMYK
RGB Variations
Color information
#A6631B (or 0xA6631B) is known color: Golden Brown. HEX triplet: A6, 63 and 1B. RGB value is (166,99,27). Sum of RGB (Red+Green+Blue) = 166+99+27=292 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.85% from 292); Green value is 99 (39.06% from 255 or 33.90% from 292); Blue value is 27 (10.94% from 255 or 9.25% from 292); Max value from RGB is 166 - color contains mainly: red. Hex color #A6631B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6631B is #599CE4. Grayscale: #6F6F6F. Windows color (decimal): -5872869 or 1794982. OLE color: 1794982.
HSL color Cylindrical-coordinate representation of color #A6631B: hue angle of 31.08º 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 #A6631B is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 99 | 27 | - |
| CMYK | 0 | 0.40 | 0.84 | 0.35 |
| HSL | 31.08º | 0.72% | 0.38% | - |
| HSV(B) | 31.08º | 0.84% | 0.65% | - |
| XYZ | 20.39 | 17.11 | 3.26 | - |
| YUV | 110.83 | 80.7 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 99 | 27 | 0 | 0.40 | 0.84 | 0.35 | 31.08 | 0.72 | 0.38 |
| Hex | A6 | 63 | 1B | 0 | 28 | 54 | 23 | 1F | 48 | 26 |
| Octal | 246 | 143 | 33 | 0 | 50 | 124 | 43 | 37 | 110 | 46 |
| Binary | 10100110 | 1100011 | 11011 | 0 | 101000 | 1010100 | 100011 | 11111 | 1001000 | 100110 |
Color Harmonies of #A6631B
Complementary color
Monochromatic Colors of #A6631B
Black with #A6631B
Text Example
Text Example
White with #A6631B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6631B; }
p { color: rgb(166,99,27); }
H1.HeaderClassName
{
color: #A6631B;
}
.AnyTagClassName
{
color: #A6631B;
}
</style>
background-color css
<style>
a { background-color: #A6631B; }
a { background-color: rgb(166,99,27); }
div.DivClassName
{
background-color: #A6631B;
}
.BgClassName
{
background-color: #A6631B;
}
</style>
border-color css
<style>
span { border-color: #A6631B; }
span { border-color: rgb(166,99,27); }
td.TdClassName
{
border-color: #A6631B;
}
.TagClassName
{
border-color: #A6631B;
}
</style>