Shades of Yukon Gold #7D6105
Tints of Yukon Gold #7D6105
RGB
CMYK
RGB Variations
Color information
#7D6105 (or 0x7D6105) is known color: Yukon Gold. HEX triplet: 7D, 61 and 05. RGB value is (125,97,5). Sum of RGB (Red+Green+Blue) = 125+97+5=227 (30% of max value = 765). Red value is 125 (49.22% from 255 or 55.07% from 227); Green value is 97 (38.28% from 255 or 42.73% from 227); Blue value is 5 (2.34% from 255 or 2.20% from 227); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6105 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D6105 is #829EFA. Grayscale: #5F5F5F. Windows color (decimal): -8560379 or 352637. OLE color: 352637.
HSL color Cylindrical-coordinate representation of color #7D6105: hue angle of 46º 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 #7D6105 is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 97 | 5 | - |
| CMYK | 0 | 0.22 | 0.96 | 0.51 |
| HSL | 46º | 0.92% | 0.25% | - |
| HSV(B) | 46º | 0.96% | 0.49% | - |
| XYZ | 12.76 | 12.92 | 1.96 | - |
| YUV | 94.88 | 77.28 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 97 | 5 | 0 | 0.22 | 0.96 | 0.51 | 46 | 0.92 | 0.25 |
| Hex | 7D | 61 | 5 | 0 | 16 | 60 | 33 | 2E | 5C | 19 |
| Octal | 175 | 141 | 5 | 0 | 26 | 140 | 63 | 56 | 134 | 31 |
| Binary | 1111101 | 1100001 | 101 | 0 | 10110 | 1100000 | 110011 | 101110 | 1011100 | 11001 |
Color Harmonies of #7D6105
Complementary color
Monochromatic Colors of #7D6105
Black with #7D6105
Text Example
Text Example
White with #7D6105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6105; }
p { color: rgb(125,97,5); }
H1.HeaderClassName
{
color: #7D6105;
}
.AnyTagClassName
{
color: #7D6105;
}
</style>
background-color css
<style>
a { background-color: #7D6105; }
a { background-color: rgb(125,97,5); }
div.DivClassName
{
background-color: #7D6105;
}
.BgClassName
{
background-color: #7D6105;
}
</style>
border-color css
<style>
span { border-color: #7D6105; }
span { border-color: rgb(125,97,5); }
td.TdClassName
{
border-color: #7D6105;
}
.TagClassName
{
border-color: #7D6105;
}
</style>