Shades of Dark Goldenrod #A6780B
Tints of Dark Goldenrod #A6780B
RGB
CMYK
RGB Variations
Color information
#A6780B (or 0xA6780B) is known color: Dark Goldenrod. HEX triplet: A6, 78 and 0B. RGB value is (166,120,11). Sum of RGB (Red+Green+Blue) = 166+120+11=297 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.89% from 297); Green value is 120 (47.27% from 255 or 40.40% from 297); Blue value is 11 (4.69% from 255 or 3.70% from 297); Max value from RGB is 166 - color contains mainly: red. Hex color #A6780B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A6780B is #5987F4. Grayscale: #797979. Windows color (decimal): -5867509 or 751782. OLE color: 751782.
HSL color Cylindrical-coordinate representation of color #A6780B: hue angle of 42.19º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A6780B is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 120 | 11 | - |
| CMYK | 0 | 0.28 | 0.93 | 0.35 |
| HSL | 42.19º | 0.88% | 0.35% | - |
| HSV(B) | 42.19º | 0.93% | 0.65% | - |
| XYZ | 22.5 | 21.56 | 3.29 | - |
| YUV | 121.33 | 65.74 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 120 | 11 | 0 | 0.28 | 0.93 | 0.35 | 42.19 | 0.88 | 0.35 |
| Hex | A6 | 78 | B | 0 | 1C | 5D | 23 | 2A | 58 | 23 |
| Octal | 246 | 170 | 13 | 0 | 34 | 135 | 43 | 52 | 130 | 43 |
| Binary | 10100110 | 1111000 | 1011 | 0 | 11100 | 1011101 | 100011 | 101010 | 1011000 | 100011 |
Color Harmonies of #A6780B
Complementary color
Monochromatic Colors of #A6780B
Black with #A6780B
Text Example
Text Example
White with #A6780B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6780B; }
p { color: rgb(166,120,11); }
H1.HeaderClassName
{
color: #A6780B;
}
.AnyTagClassName
{
color: #A6780B;
}
</style>
background-color css
<style>
a { background-color: #A6780B; }
a { background-color: rgb(166,120,11); }
div.DivClassName
{
background-color: #A6780B;
}
.BgClassName
{
background-color: #A6780B;
}
</style>
border-color css
<style>
span { border-color: #A6780B; }
span { border-color: rgb(166,120,11); }
td.TdClassName
{
border-color: #A6780B;
}
.TagClassName
{
border-color: #A6780B;
}
</style>