Shades of Yukon Gold #7D641F
Tints of Yukon Gold #7D641F
RGB
CMYK
RGB Variations
Color information
#7D641F (or 0x7D641F) is known color: Yukon Gold. HEX triplet: 7D, 64 and 1F. RGB value is (125,100,31). Sum of RGB (Red+Green+Blue) = 125+100+31=256 (33% of max value = 765). Red value is 125 (49.22% from 255 or 48.83% from 256); Green value is 100 (39.45% from 255 or 39.06% from 256); Blue value is 31 (12.5% from 255 or 12.11% from 256); Max value from RGB is 125 - color contains mainly: red. Hex color #7D641F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D641F is #829BE0. Grayscale: #636363. Windows color (decimal): -8559585 or 2057341. OLE color: 2057341.
HSL color Cylindrical-coordinate representation of color #7D641F: hue angle of 44.04º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7D641F is Cyan = 0, Magento = 0.2, Yellow = 0.75 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 100 | 31 | - |
| CMYK | 0 | 0.2 | 0.75 | 0.51 |
| HSL | 44.04º | 0.6% | 0.31% | - |
| HSV(B) | 44.04º | 0.75% | 0.49% | - |
| XYZ | 13.26 | 13.57 | 3.22 | - |
| YUV | 99.61 | 89.28 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 100 | 31 | 0 | 0.2 | 0.75 | 0.51 | 44.04 | 0.6 | 0.31 |
| Hex | 7D | 64 | 1F | 0 | 14 | 4B | 33 | 2C | 3C | 1F |
| Octal | 175 | 144 | 37 | 0 | 24 | 113 | 63 | 54 | 74 | 37 |
| Binary | 1111101 | 1100100 | 11111 | 0 | 10100 | 1001011 | 110011 | 101100 | 111100 | 11111 |
Color Harmonies of #7D641F
Complementary color
Monochromatic Colors of #7D641F
Black with #7D641F
Text Example
Text Example
White with #7D641F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D641F; }
p { color: rgb(125,100,31); }
H1.HeaderClassName
{
color: #7D641F;
}
.AnyTagClassName
{
color: #7D641F;
}
</style>
background-color css
<style>
a { background-color: #7D641F; }
a { background-color: rgb(125,100,31); }
div.DivClassName
{
background-color: #7D641F;
}
.BgClassName
{
background-color: #7D641F;
}
</style>
border-color css
<style>
span { border-color: #7D641F; }
span { border-color: rgb(125,100,31); }
td.TdClassName
{
border-color: #7D641F;
}
.TagClassName
{
border-color: #7D641F;
}
</style>