Shades of Yukon Gold #7D6624
Tints of Yukon Gold #7D6624
RGB
CMYK
RGB Variations
Color information
#7D6624 (or 0x7D6624) is known color: Yukon Gold. HEX triplet: 7D, 66 and 24. RGB value is (125,102,36). Sum of RGB (Red+Green+Blue) = 125+102+36=263 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.53% from 263); Green value is 102 (40.23% from 255 or 38.78% from 263); Blue value is 36 (14.45% from 255 or 13.69% from 263); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6624 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D6624 is #8299DB. Grayscale: #656565. Windows color (decimal): -8559068 or 2385533. OLE color: 2385533.
HSL color Cylindrical-coordinate representation of color #7D6624: hue angle of 44.49º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7D6624 is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 102 | 36 | - |
| CMYK | 0 | 0.18 | 0.71 | 0.51 |
| HSL | 44.49º | 0.55% | 0.32% | - |
| HSV(B) | 44.49º | 0.71% | 0.49% | - |
| XYZ | 13.53 | 13.99 | 3.66 | - |
| YUV | 101.35 | 91.12 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 102 | 36 | 0 | 0.18 | 0.71 | 0.51 | 44.49 | 0.55 | 0.32 |
| Hex | 7D | 66 | 24 | 0 | 12 | 47 | 33 | 2C | 37 | 20 |
| Octal | 175 | 146 | 44 | 0 | 22 | 107 | 63 | 54 | 67 | 40 |
| Binary | 1111101 | 1100110 | 100100 | 0 | 10010 | 1000111 | 110011 | 101100 | 110111 | 100000 |
Color Harmonies of #7D6624
Complementary color
Monochromatic Colors of #7D6624
Black with #7D6624
Text Example
Text Example
White with #7D6624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6624; }
p { color: rgb(125,102,36); }
H1.HeaderClassName
{
color: #7D6624;
}
.AnyTagClassName
{
color: #7D6624;
}
</style>
background-color css
<style>
a { background-color: #7D6624; }
a { background-color: rgb(125,102,36); }
div.DivClassName
{
background-color: #7D6624;
}
.BgClassName
{
background-color: #7D6624;
}
</style>
border-color css
<style>
span { border-color: #7D6624; }
span { border-color: rgb(125,102,36); }
td.TdClassName
{
border-color: #7D6624;
}
.TagClassName
{
border-color: #7D6624;
}
</style>