Shades of Yukon Gold #7A630D
Tints of Yukon Gold #7A630D
RGB
CMYK
RGB Variations
Color information
#7A630D (or 0x7A630D) is known color: Yukon Gold. HEX triplet: 7A, 63 and 0D. RGB value is (122,99,13). Sum of RGB (Red+Green+Blue) = 122+99+13=234 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.14% from 234); Green value is 99 (39.06% from 255 or 42.31% from 234); Blue value is 13 (5.47% from 255 or 5.56% from 234); Max value from RGB is 122 - color contains mainly: red. Hex color #7A630D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A630D is #859CF2. Grayscale: #606060. Windows color (decimal): -8756467 or 877434. OLE color: 877434.
HSL color Cylindrical-coordinate representation of color #7A630D: hue angle of 47.34º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7A630D is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 99 | 13 | - |
| CMYK | 0 | 0.19 | 0.89 | 0.52 |
| HSL | 47.34º | 0.81% | 0.26% | - |
| HSV(B) | 47.34º | 0.89% | 0.48% | - |
| XYZ | 12.56 | 13.09 | 2.25 | - |
| YUV | 96.07 | 81.12 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 99 | 13 | 0 | 0.19 | 0.89 | 0.52 | 47.34 | 0.81 | 0.26 |
| Hex | 7A | 63 | D | 0 | 13 | 59 | 34 | 2F | 51 | 1A |
| Octal | 172 | 143 | 15 | 0 | 23 | 131 | 64 | 57 | 121 | 32 |
| Binary | 1111010 | 1100011 | 1101 | 0 | 10011 | 1011001 | 110100 | 101111 | 1010001 | 11010 |
Color Harmonies of #7A630D
Complementary color
Monochromatic Colors of #7A630D
Black with #7A630D
Text Example
Text Example
White with #7A630D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A630D; }
p { color: rgb(122,99,13); }
H1.HeaderClassName
{
color: #7A630D;
}
.AnyTagClassName
{
color: #7A630D;
}
</style>
background-color css
<style>
a { background-color: #7A630D; }
a { background-color: rgb(122,99,13); }
div.DivClassName
{
background-color: #7A630D;
}
.BgClassName
{
background-color: #7A630D;
}
</style>
border-color css
<style>
span { border-color: #7A630D; }
span { border-color: rgb(122,99,13); }
td.TdClassName
{
border-color: #7A630D;
}
.TagClassName
{
border-color: #7A630D;
}
</style>