Shades of Yukon Gold #7D6B09
Tints of Yukon Gold #7D6B09
RGB
CMYK
RGB Variations
Color information
#7D6B09 (or 0x7D6B09) is known color: Yukon Gold. HEX triplet: 7D, 6B and 09. RGB value is (125,107,9). Sum of RGB (Red+Green+Blue) = 125+107+9=241 (31% of max value = 765). Red value is 125 (49.22% from 255 or 51.87% from 241); Green value is 107 (42.19% from 255 or 44.40% from 241); Blue value is 9 (3.91% from 255 or 3.73% from 241); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6B09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D6B09 is #8294F6. Grayscale: #656565. Windows color (decimal): -8557815 or 617341. OLE color: 617341.
HSL color Cylindrical-coordinate representation of color #7D6B09: hue angle of 50.69º 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 #7D6B09 is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 107 | 9 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.51 |
| HSL | 50.69º | 0.87% | 0.26% | - |
| HSV(B) | 50.69º | 0.93% | 0.49% | - |
| XYZ | 13.76 | 14.9 | 2.41 | - |
| YUV | 101.21 | 75.96 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 107 | 9 | 0 | 0.14 | 0.93 | 0.51 | 50.69 | 0.87 | 0.26 |
| Hex | 7D | 6B | 9 | 0 | E | 5D | 33 | 33 | 57 | 1A |
| Octal | 175 | 153 | 11 | 0 | 16 | 135 | 63 | 63 | 127 | 32 |
| Binary | 1111101 | 1101011 | 1001 | 0 | 1110 | 1011101 | 110011 | 110011 | 1010111 | 11010 |
Color Harmonies of #7D6B09
Complementary color
Monochromatic Colors of #7D6B09
Black with #7D6B09
Text Example
Text Example
White with #7D6B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6B09; }
p { color: rgb(125,107,9); }
H1.HeaderClassName
{
color: #7D6B09;
}
.AnyTagClassName
{
color: #7D6B09;
}
</style>
background-color css
<style>
a { background-color: #7D6B09; }
a { background-color: rgb(125,107,9); }
div.DivClassName
{
background-color: #7D6B09;
}
.BgClassName
{
background-color: #7D6B09;
}
</style>
border-color css
<style>
span { border-color: #7D6B09; }
span { border-color: rgb(125,107,9); }
td.TdClassName
{
border-color: #7D6B09;
}
.TagClassName
{
border-color: #7D6B09;
}
</style>