Shades of Yukon Gold #7F6109
Tints of Yukon Gold #7F6109
RGB
CMYK
RGB Variations
Color information
#7F6109 (or 0x7F6109) is known color: Yukon Gold. HEX triplet: 7F, 61 and 09. RGB value is (127,97,9). Sum of RGB (Red+Green+Blue) = 127+97+9=233 (30% of max value = 765). Red value is 127 (50% from 255 or 54.51% from 233); Green value is 97 (38.28% from 255 or 41.63% from 233); Blue value is 9 (3.91% from 255 or 3.86% from 233); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6109 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F6109 is #809EF6. Grayscale: #606060. Windows color (decimal): -8429303 or 614783. OLE color: 614783.
HSL color Cylindrical-coordinate representation of color #7F6109: hue angle of 44.75º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7F6109 is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 97 | 9 | - |
| CMYK | 0 | 0.24 | 0.93 | 0.50 |
| HSL | 44.75º | 0.87% | 0.27% | - |
| HSV(B) | 44.75º | 0.93% | 0.5% | - |
| XYZ | 13.08 | 13.08 | 2.09 | - |
| YUV | 95.94 | 78.94 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 97 | 9 | 0 | 0.24 | 0.93 | 0.50 | 44.75 | 0.87 | 0.27 |
| Hex | 7F | 61 | 9 | 0 | 18 | 5D | 32 | 2D | 57 | 1B |
| Octal | 177 | 141 | 11 | 0 | 30 | 135 | 62 | 55 | 127 | 33 |
| Binary | 1111111 | 1100001 | 1001 | 0 | 11000 | 1011101 | 110010 | 101101 | 1010111 | 11011 |
Color Harmonies of #7F6109
Complementary color
Monochromatic Colors of #7F6109
Black with #7F6109
Text Example
Text Example
White with #7F6109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6109; }
p { color: rgb(127,97,9); }
H1.HeaderClassName
{
color: #7F6109;
}
.AnyTagClassName
{
color: #7F6109;
}
</style>
background-color css
<style>
a { background-color: #7F6109; }
a { background-color: rgb(127,97,9); }
div.DivClassName
{
background-color: #7F6109;
}
.BgClassName
{
background-color: #7F6109;
}
</style>
border-color css
<style>
span { border-color: #7F6109; }
span { border-color: rgb(127,97,9); }
td.TdClassName
{
border-color: #7F6109;
}
.TagClassName
{
border-color: #7F6109;
}
</style>