Shades of Yukon Gold #7C6609
Tints of Yukon Gold #7C6609
RGB
CMYK
RGB Variations
Color information
#7C6609 (or 0x7C6609) is known color: Yukon Gold. HEX triplet: 7C, 66 and 09. RGB value is (124,102,9). Sum of RGB (Red+Green+Blue) = 124+102+9=235 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.77% from 235); Green value is 102 (40.23% from 255 or 43.40% from 235); Blue value is 9 (3.91% from 255 or 3.83% from 235); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6609 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C6609 is #8399F6. Grayscale: #626262. Windows color (decimal): -8624631 or 616060. OLE color: 616060.
HSL color Cylindrical-coordinate representation of color #7C6609: hue angle of 48.52º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7C6609 is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 102 | 9 | - |
| CMYK | 0 | 0.18 | 0.93 | 0.51 |
| HSL | 48.52º | 0.86% | 0.26% | - |
| HSV(B) | 48.52º | 0.93% | 0.49% | - |
| XYZ | 13.11 | 13.81 | 2.23 | - |
| YUV | 97.98 | 77.79 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 102 | 9 | 0 | 0.18 | 0.93 | 0.51 | 48.52 | 0.86 | 0.26 |
| Hex | 7C | 66 | 9 | 0 | 12 | 5D | 33 | 31 | 56 | 1A |
| Octal | 174 | 146 | 11 | 0 | 22 | 135 | 63 | 61 | 126 | 32 |
| Binary | 1111100 | 1100110 | 1001 | 0 | 10010 | 1011101 | 110011 | 110001 | 1010110 | 11010 |
Color Harmonies of #7C6609
Complementary color
Monochromatic Colors of #7C6609
Black with #7C6609
Text Example
Text Example
White with #7C6609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6609; }
p { color: rgb(124,102,9); }
H1.HeaderClassName
{
color: #7C6609;
}
.AnyTagClassName
{
color: #7C6609;
}
</style>
background-color css
<style>
a { background-color: #7C6609; }
a { background-color: rgb(124,102,9); }
div.DivClassName
{
background-color: #7C6609;
}
.BgClassName
{
background-color: #7C6609;
}
</style>
border-color css
<style>
span { border-color: #7C6609; }
span { border-color: rgb(124,102,9); }
td.TdClassName
{
border-color: #7C6609;
}
.TagClassName
{
border-color: #7C6609;
}
</style>