Shades of Yukon Gold #7D6606
Tints of Yukon Gold #7D6606
RGB
CMYK
RGB Variations
Color information
#7D6606 (or 0x7D6606) is known color: Yukon Gold. HEX triplet: 7D, 66 and 06. RGB value is (125,102,6). Sum of RGB (Red+Green+Blue) = 125+102+6=233 (30% of max value = 765). Red value is 125 (49.22% from 255 or 53.65% from 233); Green value is 102 (40.23% from 255 or 43.78% from 233); Blue value is 6 (2.73% from 255 or 2.58% from 233); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6606 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D6606 is #8299F9. Grayscale: #626262. Windows color (decimal): -8559098 or 419453. OLE color: 419453.
HSL color Cylindrical-coordinate representation of color #7D6606: hue angle of 48.4º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7D6606 is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 102 | 6 | - |
| CMYK | 0 | 0.18 | 0.95 | 0.51 |
| HSL | 48.4º | 0.91% | 0.26% | - |
| HSV(B) | 48.4º | 0.95% | 0.49% | - |
| XYZ | 13.24 | 13.88 | 2.15 | - |
| YUV | 97.93 | 76.12 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 102 | 6 | 0 | 0.18 | 0.95 | 0.51 | 48.4 | 0.91 | 0.26 |
| Hex | 7D | 66 | 6 | 0 | 12 | 5F | 33 | 30 | 5B | 1A |
| Octal | 175 | 146 | 6 | 0 | 22 | 137 | 63 | 60 | 133 | 32 |
| Binary | 1111101 | 1100110 | 110 | 0 | 10010 | 1011111 | 110011 | 110000 | 1011011 | 11010 |
Color Harmonies of #7D6606
Complementary color
Monochromatic Colors of #7D6606
Black with #7D6606
Text Example
Text Example
White with #7D6606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6606; }
p { color: rgb(125,102,6); }
H1.HeaderClassName
{
color: #7D6606;
}
.AnyTagClassName
{
color: #7D6606;
}
</style>
background-color css
<style>
a { background-color: #7D6606; }
a { background-color: rgb(125,102,6); }
div.DivClassName
{
background-color: #7D6606;
}
.BgClassName
{
background-color: #7D6606;
}
</style>
border-color css
<style>
span { border-color: #7D6606; }
span { border-color: rgb(125,102,6); }
td.TdClassName
{
border-color: #7D6606;
}
.TagClassName
{
border-color: #7D6606;
}
</style>