Shades of Yukon Gold #7D6513
Tints of Yukon Gold #7D6513
RGB
CMYK
RGB Variations
Color information
#7D6513 (or 0x7D6513) is known color: Yukon Gold. HEX triplet: 7D, 65 and 13. RGB value is (125,101,19). Sum of RGB (Red+Green+Blue) = 125+101+19=245 (32% of max value = 765). Red value is 125 (49.22% from 255 or 51.02% from 245); Green value is 101 (39.84% from 255 or 41.22% from 245); Blue value is 19 (7.81% from 255 or 7.76% from 245); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6513 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D6513 is #829AEC. Grayscale: #636363. Windows color (decimal): -8559341 or 1271165. OLE color: 1271165.
HSL color Cylindrical-coordinate representation of color #7D6513: hue angle of 46.42º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7D6513 is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 101 | 19 | - |
| CMYK | 0 | 0.19 | 0.85 | 0.51 |
| HSL | 46.42º | 0.74% | 0.28% | - |
| HSV(B) | 46.42º | 0.85% | 0.49% | - |
| XYZ | 13.23 | 13.71 | 2.57 | - |
| YUV | 98.83 | 82.95 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 101 | 19 | 0 | 0.19 | 0.85 | 0.51 | 46.42 | 0.74 | 0.28 |
| Hex | 7D | 65 | 13 | 0 | 13 | 55 | 33 | 2E | 4A | 1C |
| Octal | 175 | 145 | 23 | 0 | 23 | 125 | 63 | 56 | 112 | 34 |
| Binary | 1111101 | 1100101 | 10011 | 0 | 10011 | 1010101 | 110011 | 101110 | 1001010 | 11100 |
Color Harmonies of #7D6513
Complementary color
Monochromatic Colors of #7D6513
Black with #7D6513
Text Example
Text Example
White with #7D6513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6513; }
p { color: rgb(125,101,19); }
H1.HeaderClassName
{
color: #7D6513;
}
.AnyTagClassName
{
color: #7D6513;
}
</style>
background-color css
<style>
a { background-color: #7D6513; }
a { background-color: rgb(125,101,19); }
div.DivClassName
{
background-color: #7D6513;
}
.BgClassName
{
background-color: #7D6513;
}
</style>
border-color css
<style>
span { border-color: #7D6513; }
span { border-color: rgb(125,101,19); }
td.TdClassName
{
border-color: #7D6513;
}
.TagClassName
{
border-color: #7D6513;
}
</style>