Shades of Yukon Gold #7A6306
Tints of Yukon Gold #7A6306
RGB
CMYK
RGB Variations
Color information
#7A6306 (or 0x7A6306) is known color: Yukon Gold. HEX triplet: 7A, 63 and 06. RGB value is (122,99,6). Sum of RGB (Red+Green+Blue) = 122+99+6=227 (30% of max value = 765). Red value is 122 (48.05% from 255 or 53.74% from 227); Green value is 99 (39.06% from 255 or 43.61% from 227); Blue value is 6 (2.73% from 255 or 2.64% from 227); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6306 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A6306 is #859CF9. Grayscale: #5F5F5F. Windows color (decimal): -8756474 or 418682. OLE color: 418682.
HSL color Cylindrical-coordinate representation of color #7A6306: hue angle of 48.1º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7A6306 is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 99 | 6 | - |
| CMYK | 0 | 0.19 | 0.95 | 0.52 |
| HSL | 48.1º | 0.91% | 0.25% | - |
| HSV(B) | 48.1º | 0.95% | 0.48% | - |
| XYZ | 12.52 | 13.07 | 2.04 | - |
| YUV | 95.28 | 77.62 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 99 | 6 | 0 | 0.19 | 0.95 | 0.52 | 48.1 | 0.91 | 0.25 |
| Hex | 7A | 63 | 6 | 0 | 13 | 5F | 34 | 30 | 5B | 19 |
| Octal | 172 | 143 | 6 | 0 | 23 | 137 | 64 | 60 | 133 | 31 |
| Binary | 1111010 | 1100011 | 110 | 0 | 10011 | 1011111 | 110100 | 110000 | 1011011 | 11001 |
Color Harmonies of #7A6306
Complementary color
Monochromatic Colors of #7A6306
Black with #7A6306
Text Example
Text Example
White with #7A6306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6306; }
p { color: rgb(122,99,6); }
H1.HeaderClassName
{
color: #7A6306;
}
.AnyTagClassName
{
color: #7A6306;
}
</style>
background-color css
<style>
a { background-color: #7A6306; }
a { background-color: rgb(122,99,6); }
div.DivClassName
{
background-color: #7A6306;
}
.BgClassName
{
background-color: #7A6306;
}
</style>
border-color css
<style>
span { border-color: #7A6306; }
span { border-color: rgb(122,99,6); }
td.TdClassName
{
border-color: #7A6306;
}
.TagClassName
{
border-color: #7A6306;
}
</style>