Shades of Yukon Gold #7F620C
Tints of Yukon Gold #7F620C
RGB
CMYK
RGB Variations
Color information
#7F620C (or 0x7F620C) is known color: Yukon Gold. HEX triplet: 7F, 62 and 0C. RGB value is (127,98,12). Sum of RGB (Red+Green+Blue) = 127+98+12=237 (31% of max value = 765). Red value is 127 (50% from 255 or 53.59% from 237); Green value is 98 (38.67% from 255 or 41.35% from 237); Blue value is 12 (5.08% from 255 or 5.06% from 237); Max value from RGB is 127 - color contains mainly: red. Hex color #7F620C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F620C is #809DF3. Grayscale: #616161. Windows color (decimal): -8429044 or 811647. OLE color: 811647.
HSL color Cylindrical-coordinate representation of color #7F620C: hue angle of 44.87º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7F620C is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 98 | 12 | - |
| CMYK | 0 | 0.23 | 0.91 | 0.50 |
| HSL | 44.87º | 0.83% | 0.27% | - |
| HSV(B) | 44.87º | 0.91% | 0.5% | - |
| XYZ | 13.19 | 13.27 | 2.21 | - |
| YUV | 96.87 | 80.11 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 98 | 12 | 0 | 0.23 | 0.91 | 0.50 | 44.87 | 0.83 | 0.27 |
| Hex | 7F | 62 | C | 0 | 17 | 5B | 32 | 2D | 53 | 1B |
| Octal | 177 | 142 | 14 | 0 | 27 | 133 | 62 | 55 | 123 | 33 |
| Binary | 1111111 | 1100010 | 1100 | 0 | 10111 | 1011011 | 110010 | 101101 | 1010011 | 11011 |
Color Harmonies of #7F620C
Complementary color
Monochromatic Colors of #7F620C
Black with #7F620C
Text Example
Text Example
White with #7F620C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F620C; }
p { color: rgb(127,98,12); }
H1.HeaderClassName
{
color: #7F620C;
}
.AnyTagClassName
{
color: #7F620C;
}
</style>
background-color css
<style>
a { background-color: #7F620C; }
a { background-color: rgb(127,98,12); }
div.DivClassName
{
background-color: #7F620C;
}
.BgClassName
{
background-color: #7F620C;
}
</style>
border-color css
<style>
span { border-color: #7F620C; }
span { border-color: rgb(127,98,12); }
td.TdClassName
{
border-color: #7F620C;
}
.TagClassName
{
border-color: #7F620C;
}
</style>