Shades of Yukon Gold #7C6808
Tints of Yukon Gold #7C6808
RGB
CMYK
RGB Variations
Color information
#7C6808 (or 0x7C6808) is known color: Yukon Gold. HEX triplet: 7C, 68 and 08. RGB value is (124,104,8). Sum of RGB (Red+Green+Blue) = 124+104+8=236 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.54% from 236); Green value is 104 (41.02% from 255 or 44.07% from 236); Blue value is 8 (3.52% from 255 or 3.39% from 236); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6808 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C6808 is #8397F7. Grayscale: #636363. Windows color (decimal): -8624120 or 551036. OLE color: 551036.
HSL color Cylindrical-coordinate representation of color #7C6808: hue angle of 49.66º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7C6808 is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 104 | 8 | - |
| CMYK | 0 | 0.16 | 0.94 | 0.51 |
| HSL | 49.66º | 0.88% | 0.26% | - |
| HSV(B) | 49.66º | 0.94% | 0.49% | - |
| XYZ | 13.31 | 14.2 | 2.27 | - |
| YUV | 99.04 | 76.63 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 104 | 8 | 0 | 0.16 | 0.94 | 0.51 | 49.66 | 0.88 | 0.26 |
| Hex | 7C | 68 | 8 | 0 | 10 | 5E | 33 | 32 | 58 | 1A |
| Octal | 174 | 150 | 10 | 0 | 20 | 136 | 63 | 62 | 130 | 32 |
| Binary | 1111100 | 1101000 | 1000 | 0 | 10000 | 1011110 | 110011 | 110010 | 1011000 | 11010 |
Color Harmonies of #7C6808
Complementary color
Monochromatic Colors of #7C6808
Black with #7C6808
Text Example
Text Example
White with #7C6808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6808; }
p { color: rgb(124,104,8); }
H1.HeaderClassName
{
color: #7C6808;
}
.AnyTagClassName
{
color: #7C6808;
}
</style>
background-color css
<style>
a { background-color: #7C6808; }
a { background-color: rgb(124,104,8); }
div.DivClassName
{
background-color: #7C6808;
}
.BgClassName
{
background-color: #7C6808;
}
</style>
border-color css
<style>
span { border-color: #7C6808; }
span { border-color: rgb(124,104,8); }
td.TdClassName
{
border-color: #7C6808;
}
.TagClassName
{
border-color: #7C6808;
}
</style>