Shades of Yukon Gold #7F6117
Tints of Yukon Gold #7F6117
RGB
CMYK
RGB Variations
Color information
#7F6117 (or 0x7F6117) is known color: Yukon Gold. HEX triplet: 7F, 61 and 17. RGB value is (127,97,23). Sum of RGB (Red+Green+Blue) = 127+97+23=247 (32% of max value = 765). Red value is 127 (50% from 255 or 51.42% from 247); Green value is 97 (38.28% from 255 or 39.27% from 247); Blue value is 23 (9.38% from 255 or 9.31% from 247); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6117 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F6117 is #809EE8. Grayscale: #616161. Windows color (decimal): -8429289 or 1532287. OLE color: 1532287.
HSL color Cylindrical-coordinate representation of color #7F6117: hue angle of 42.69º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7F6117 is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 97 | 23 | - |
| CMYK | 0 | 0.24 | 0.82 | 0.50 |
| HSL | 42.69º | 0.69% | 0.29% | - |
| HSV(B) | 42.69º | 0.82% | 0.5% | - |
| XYZ | 13.18 | 13.12 | 2.65 | - |
| YUV | 97.53 | 85.94 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 97 | 23 | 0 | 0.24 | 0.82 | 0.50 | 42.69 | 0.69 | 0.29 |
| Hex | 7F | 61 | 17 | 0 | 18 | 52 | 32 | 2B | 45 | 1D |
| Octal | 177 | 141 | 27 | 0 | 30 | 122 | 62 | 53 | 105 | 35 |
| Binary | 1111111 | 1100001 | 10111 | 0 | 11000 | 1010010 | 110010 | 101011 | 1000101 | 11101 |
Color Harmonies of #7F6117
Complementary color
Monochromatic Colors of #7F6117
Black with #7F6117
Text Example
Text Example
White with #7F6117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6117; }
p { color: rgb(127,97,23); }
H1.HeaderClassName
{
color: #7F6117;
}
.AnyTagClassName
{
color: #7F6117;
}
</style>
background-color css
<style>
a { background-color: #7F6117; }
a { background-color: rgb(127,97,23); }
div.DivClassName
{
background-color: #7F6117;
}
.BgClassName
{
background-color: #7F6117;
}
</style>
border-color css
<style>
span { border-color: #7F6117; }
span { border-color: rgb(127,97,23); }
td.TdClassName
{
border-color: #7F6117;
}
.TagClassName
{
border-color: #7F6117;
}
</style>