Shades of Yukon Gold #7F6222
Tints of Yukon Gold #7F6222
RGB
CMYK
RGB Variations
Color information
#7F6222 (or 0x7F6222) is known color: Yukon Gold. HEX triplet: 7F, 62 and 22. RGB value is (127,98,34). Sum of RGB (Red+Green+Blue) = 127+98+34=259 (34% of max value = 765). Red value is 127 (50% from 255 or 49.03% from 259); Green value is 98 (38.67% from 255 or 37.84% from 259); Blue value is 34 (13.67% from 255 or 13.13% from 259); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6222 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F6222 is #809DDD. Grayscale: #636363. Windows color (decimal): -8429022 or 2253439. OLE color: 2253439.
HSL color Cylindrical-coordinate representation of color #7F6222: hue angle of 41.29º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7F6222 is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 98 | 34 | - |
| CMYK | 0 | 0.23 | 0.73 | 0.50 |
| HSL | 41.29º | 0.58% | 0.32% | - |
| HSV(B) | 41.29º | 0.73% | 0.5% | - |
| XYZ | 13.41 | 13.36 | 3.39 | - |
| YUV | 99.38 | 91.11 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 98 | 34 | 0 | 0.23 | 0.73 | 0.50 | 41.29 | 0.58 | 0.32 |
| Hex | 7F | 62 | 22 | 0 | 17 | 49 | 32 | 29 | 3A | 20 |
| Octal | 177 | 142 | 42 | 0 | 27 | 111 | 62 | 51 | 72 | 40 |
| Binary | 1111111 | 1100010 | 100010 | 0 | 10111 | 1001001 | 110010 | 101001 | 111010 | 100000 |
Color Harmonies of #7F6222
Complementary color
Monochromatic Colors of #7F6222
Black with #7F6222
Text Example
Text Example
White with #7F6222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6222; }
p { color: rgb(127,98,34); }
H1.HeaderClassName
{
color: #7F6222;
}
.AnyTagClassName
{
color: #7F6222;
}
</style>
background-color css
<style>
a { background-color: #7F6222; }
a { background-color: rgb(127,98,34); }
div.DivClassName
{
background-color: #7F6222;
}
.BgClassName
{
background-color: #7F6222;
}
</style>
border-color css
<style>
span { border-color: #7F6222; }
span { border-color: rgb(127,98,34); }
td.TdClassName
{
border-color: #7F6222;
}
.TagClassName
{
border-color: #7F6222;
}
</style>