Shades of Yukon Gold #7D6629
Tints of Yukon Gold #7D6629
RGB
CMYK
RGB Variations
Color information
#7D6629 (or 0x7D6629) is known color: Yukon Gold. HEX triplet: 7D, 66 and 29. RGB value is (125,102,41). Sum of RGB (Red+Green+Blue) = 125+102+41=268 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.64% from 268); Green value is 102 (40.23% from 255 or 38.06% from 268); Blue value is 41 (16.41% from 255 or 15.30% from 268); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6629 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D6629 is #8299D6. Grayscale: #666666. Windows color (decimal): -8559063 or 2713213. OLE color: 2713213.
HSL color Cylindrical-coordinate representation of color #7D6629: hue angle of 43.57º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7D6629 is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 102 | 41 | - |
| CMYK | 0 | 0.18 | 0.67 | 0.51 |
| HSL | 43.57º | 0.51% | 0.33% | - |
| HSV(B) | 43.57º | 0.67% | 0.49% | - |
| XYZ | 13.61 | 14.02 | 4.09 | - |
| YUV | 101.92 | 93.62 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 102 | 41 | 0 | 0.18 | 0.67 | 0.51 | 43.57 | 0.51 | 0.33 |
| Hex | 7D | 66 | 29 | 0 | 12 | 43 | 33 | 2C | 33 | 21 |
| Octal | 175 | 146 | 51 | 0 | 22 | 103 | 63 | 54 | 63 | 41 |
| Binary | 1111101 | 1100110 | 101001 | 0 | 10010 | 1000011 | 110011 | 101100 | 110011 | 100001 |
Color Harmonies of #7D6629
Complementary color
Monochromatic Colors of #7D6629
Black with #7D6629
Text Example
Text Example
White with #7D6629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6629; }
p { color: rgb(125,102,41); }
H1.HeaderClassName
{
color: #7D6629;
}
.AnyTagClassName
{
color: #7D6629;
}
</style>
background-color css
<style>
a { background-color: #7D6629; }
a { background-color: rgb(125,102,41); }
div.DivClassName
{
background-color: #7D6629;
}
.BgClassName
{
background-color: #7D6629;
}
</style>
border-color css
<style>
span { border-color: #7D6629; }
span { border-color: rgb(125,102,41); }
td.TdClassName
{
border-color: #7D6629;
}
.TagClassName
{
border-color: #7D6629;
}
</style>