Shades of Golden Brown #A6630D
Tints of Golden Brown #A6630D
RGB
CMYK
RGB Variations
Color information
#A6630D (or 0xA6630D) is known color: Golden Brown. HEX triplet: A6, 63 and 0D. RGB value is (166,99,13). Sum of RGB (Red+Green+Blue) = 166+99+13=278 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.71% from 278); Green value is 99 (39.06% from 255 or 35.61% from 278); Blue value is 13 (5.47% from 255 or 4.68% from 278); Max value from RGB is 166 - color contains mainly: red. Hex color #A6630D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A6630D is #599CF2. Grayscale: #6D6D6D. Windows color (decimal): -5872883 or 877478. OLE color: 877478.
HSL color Cylindrical-coordinate representation of color #A6630D: hue angle of 33.73º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A6630D is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 99 | 13 | - |
| CMYK | 0 | 0.40 | 0.92 | 0.35 |
| HSL | 33.73º | 0.85% | 0.35% | - |
| HSV(B) | 33.73º | 0.92% | 0.65% | - |
| XYZ | 20.26 | 17.06 | 2.61 | - |
| YUV | 109.23 | 73.7 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 99 | 13 | 0 | 0.40 | 0.92 | 0.35 | 33.73 | 0.85 | 0.35 |
| Hex | A6 | 63 | D | 0 | 28 | 5C | 23 | 22 | 55 | 23 |
| Octal | 246 | 143 | 15 | 0 | 50 | 134 | 43 | 42 | 125 | 43 |
| Binary | 10100110 | 1100011 | 1101 | 0 | 101000 | 1011100 | 100011 | 100010 | 1010101 | 100011 |
Color Harmonies of #A6630D
Complementary color
Monochromatic Colors of #A6630D
Black with #A6630D
Text Example
Text Example
White with #A6630D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6630D; }
p { color: rgb(166,99,13); }
H1.HeaderClassName
{
color: #A6630D;
}
.AnyTagClassName
{
color: #A6630D;
}
</style>
background-color css
<style>
a { background-color: #A6630D; }
a { background-color: rgb(166,99,13); }
div.DivClassName
{
background-color: #A6630D;
}
.BgClassName
{
background-color: #A6630D;
}
</style>
border-color css
<style>
span { border-color: #A6630D; }
span { border-color: rgb(166,99,13); }
td.TdClassName
{
border-color: #A6630D;
}
.TagClassName
{
border-color: #A6630D;
}
</style>