Shades of Yukon Gold #79630E
Tints of Yukon Gold #79630E
RGB
CMYK
RGB Variations
Color information
#79630E (or 0x79630E) is known color: Yukon Gold. HEX triplet: 79, 63 and 0E. RGB value is (121,99,14). Sum of RGB (Red+Green+Blue) = 121+99+14=234 (30% of max value = 765). Red value is 121 (47.66% from 255 or 51.71% from 234); Green value is 99 (39.06% from 255 or 42.31% from 234); Blue value is 14 (5.86% from 255 or 5.98% from 234); Max value from RGB is 121 - color contains mainly: red. Hex color #79630E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #79630E is #869CF1. Grayscale: #606060. Windows color (decimal): -8822002 or 942969. OLE color: 942969.
HSL color Cylindrical-coordinate representation of color #79630E: hue angle of 47.66º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #79630E is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 99 | 14 | - |
| CMYK | 0 | 0.18 | 0.88 | 0.53 |
| HSL | 47.66º | 0.79% | 0.26% | - |
| HSV(B) | 47.66º | 0.88% | 0.47% | - |
| XYZ | 12.43 | 13.02 | 2.27 | - |
| YUV | 95.89 | 81.79 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 99 | 14 | 0 | 0.18 | 0.88 | 0.53 | 47.66 | 0.79 | 0.26 |
| Hex | 79 | 63 | E | 0 | 12 | 58 | 35 | 30 | 4F | 1A |
| Octal | 171 | 143 | 16 | 0 | 22 | 130 | 65 | 60 | 117 | 32 |
| Binary | 1111001 | 1100011 | 1110 | 0 | 10010 | 1011000 | 110101 | 110000 | 1001111 | 11010 |
Color Harmonies of #79630E
Complementary color
Monochromatic Colors of #79630E
Black with #79630E
Text Example
Text Example
White with #79630E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79630E; }
p { color: rgb(121,99,14); }
H1.HeaderClassName
{
color: #79630E;
}
.AnyTagClassName
{
color: #79630E;
}
</style>
background-color css
<style>
a { background-color: #79630E; }
a { background-color: rgb(121,99,14); }
div.DivClassName
{
background-color: #79630E;
}
.BgClassName
{
background-color: #79630E;
}
</style>
border-color css
<style>
span { border-color: #79630E; }
span { border-color: rgb(121,99,14); }
td.TdClassName
{
border-color: #79630E;
}
.TagClassName
{
border-color: #79630E;
}
</style>