Shades of Yukon Gold #7F6217
Tints of Yukon Gold #7F6217
RGB
CMYK
RGB Variations
Color information
#7F6217 (or 0x7F6217) is known color: Yukon Gold. HEX triplet: 7F, 62 and 17. RGB value is (127,98,23). Sum of RGB (Red+Green+Blue) = 127+98+23=248 (32% of max value = 765). Red value is 127 (50% from 255 or 51.21% from 248); Green value is 98 (38.67% from 255 or 39.52% from 248); Blue value is 23 (9.38% from 255 or 9.27% from 248); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6217 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F6217 is #809DE8. Grayscale: #626262. Windows color (decimal): -8429033 or 1532543. OLE color: 1532543.
HSL color Cylindrical-coordinate representation of color #7F6217: hue angle of 43.27º 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 #7F6217 is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 98 | 23 | - |
| CMYK | 0 | 0.23 | 0.82 | 0.50 |
| HSL | 43.27º | 0.69% | 0.29% | - |
| HSV(B) | 43.27º | 0.82% | 0.5% | - |
| XYZ | 13.27 | 13.31 | 2.68 | - |
| YUV | 98.12 | 85.61 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 98 | 23 | 0 | 0.23 | 0.82 | 0.50 | 43.27 | 0.69 | 0.29 |
| Hex | 7F | 62 | 17 | 0 | 17 | 52 | 32 | 2B | 45 | 1D |
| Octal | 177 | 142 | 27 | 0 | 27 | 122 | 62 | 53 | 105 | 35 |
| Binary | 1111111 | 1100010 | 10111 | 0 | 10111 | 1010010 | 110010 | 101011 | 1000101 | 11101 |
Color Harmonies of #7F6217
Complementary color
Monochromatic Colors of #7F6217
Black with #7F6217
Text Example
Text Example
White with #7F6217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6217; }
p { color: rgb(127,98,23); }
H1.HeaderClassName
{
color: #7F6217;
}
.AnyTagClassName
{
color: #7F6217;
}
</style>
background-color css
<style>
a { background-color: #7F6217; }
a { background-color: rgb(127,98,23); }
div.DivClassName
{
background-color: #7F6217;
}
.BgClassName
{
background-color: #7F6217;
}
</style>
border-color css
<style>
span { border-color: #7F6217; }
span { border-color: rgb(127,98,23); }
td.TdClassName
{
border-color: #7F6217;
}
.TagClassName
{
border-color: #7F6217;
}
</style>