Shades of Yukon Gold #7D6609
Tints of Yukon Gold #7D6609
RGB
CMYK
RGB Variations
Color information
#7D6609 (or 0x7D6609) is known color: Yukon Gold. HEX triplet: 7D, 66 and 09. RGB value is (125,102,9). Sum of RGB (Red+Green+Blue) = 125+102+9=236 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.97% from 236); Green value is 102 (40.23% from 255 or 43.22% from 236); Blue value is 9 (3.91% from 255 or 3.81% from 236); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6609 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D6609 is #8299F6. Grayscale: #626262. Windows color (decimal): -8559095 or 616061. OLE color: 616061.
HSL color Cylindrical-coordinate representation of color #7D6609: hue angle of 48.1º degrees, saturation: 0.87, 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 #7D6609 is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 102 | 9 | - |
| CMYK | 0 | 0.18 | 0.93 | 0.51 |
| HSL | 48.1º | 0.87% | 0.26% | - |
| HSV(B) | 48.1º | 0.93% | 0.49% | - |
| XYZ | 13.26 | 13.88 | 2.24 | - |
| YUV | 98.28 | 77.62 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 102 | 9 | 0 | 0.18 | 0.93 | 0.51 | 48.1 | 0.87 | 0.26 |
| Hex | 7D | 66 | 9 | 0 | 12 | 5D | 33 | 30 | 57 | 1A |
| Octal | 175 | 146 | 11 | 0 | 22 | 135 | 63 | 60 | 127 | 32 |
| Binary | 1111101 | 1100110 | 1001 | 0 | 10010 | 1011101 | 110011 | 110000 | 1010111 | 11010 |
Color Harmonies of #7D6609
Complementary color
Monochromatic Colors of #7D6609
Black with #7D6609
Text Example
Text Example
White with #7D6609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6609; }
p { color: rgb(125,102,9); }
H1.HeaderClassName
{
color: #7D6609;
}
.AnyTagClassName
{
color: #7D6609;
}
</style>
background-color css
<style>
a { background-color: #7D6609; }
a { background-color: rgb(125,102,9); }
div.DivClassName
{
background-color: #7D6609;
}
.BgClassName
{
background-color: #7D6609;
}
</style>
border-color css
<style>
span { border-color: #7D6609; }
span { border-color: rgb(125,102,9); }
td.TdClassName
{
border-color: #7D6609;
}
.TagClassName
{
border-color: #7D6609;
}
</style>