Shades of Yukon Gold #7D6605
Tints of Yukon Gold #7D6605
RGB
CMYK
RGB Variations
Color information
#7D6605 (or 0x7D6605) is known color: Yukon Gold. HEX triplet: 7D, 66 and 05. RGB value is (125,102,5). Sum of RGB (Red+Green+Blue) = 125+102+5=232 (30% of max value = 765). Red value is 125 (49.22% from 255 or 53.88% from 232); Green value is 102 (40.23% from 255 or 43.97% from 232); Blue value is 5 (2.34% from 255 or 2.16% from 232); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6605 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D6605 is #8299FA. Grayscale: #626262. Windows color (decimal): -8559099 or 353917. OLE color: 353917.
HSL color Cylindrical-coordinate representation of color #7D6605: hue angle of 48.5º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7D6605 is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 102 | 5 | - |
| CMYK | 0 | 0.18 | 0.96 | 0.51 |
| HSL | 48.5º | 0.92% | 0.25% | - |
| HSV(B) | 48.5º | 0.96% | 0.49% | - |
| XYZ | 13.24 | 13.87 | 2.12 | - |
| YUV | 97.82 | 75.62 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 102 | 5 | 0 | 0.18 | 0.96 | 0.51 | 48.5 | 0.92 | 0.25 |
| Hex | 7D | 66 | 5 | 0 | 12 | 60 | 33 | 30 | 5C | 19 |
| Octal | 175 | 146 | 5 | 0 | 22 | 140 | 63 | 60 | 134 | 31 |
| Binary | 1111101 | 1100110 | 101 | 0 | 10010 | 1100000 | 110011 | 110000 | 1011100 | 11001 |
Color Harmonies of #7D6605
Complementary color
Monochromatic Colors of #7D6605
Black with #7D6605
Text Example
Text Example
White with #7D6605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6605; }
p { color: rgb(125,102,5); }
H1.HeaderClassName
{
color: #7D6605;
}
.AnyTagClassName
{
color: #7D6605;
}
</style>
background-color css
<style>
a { background-color: #7D6605; }
a { background-color: rgb(125,102,5); }
div.DivClassName
{
background-color: #7D6605;
}
.BgClassName
{
background-color: #7D6605;
}
</style>
border-color css
<style>
span { border-color: #7D6605; }
span { border-color: rgb(125,102,5); }
td.TdClassName
{
border-color: #7D6605;
}
.TagClassName
{
border-color: #7D6605;
}
</style>