Shades of Yukon Gold #7D641E
Tints of Yukon Gold #7D641E
RGB
CMYK
RGB Variations
Color information
#7D641E (or 0x7D641E) is known color: Yukon Gold. HEX triplet: 7D, 64 and 1E. RGB value is (125,100,30). Sum of RGB (Red+Green+Blue) = 125+100+30=255 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.02% from 255); Green value is 100 (39.45% from 255 or 39.22% from 255); Blue value is 30 (12.11% from 255 or 11.76% from 255); Max value from RGB is 125 - color contains mainly: red. Hex color #7D641E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D641E is #829BE1. Grayscale: #636363. Windows color (decimal): -8559586 or 1991805. OLE color: 1991805.
HSL color Cylindrical-coordinate representation of color #7D641E: hue angle of 44.21º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7D641E is Cyan = 0, Magento = 0.2, Yellow = 0.76 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 100 | 30 | - |
| CMYK | 0 | 0.2 | 0.76 | 0.51 |
| HSL | 44.21º | 0.61% | 0.3% | - |
| HSV(B) | 44.21º | 0.76% | 0.49% | - |
| XYZ | 13.25 | 13.57 | 3.15 | - |
| YUV | 99.5 | 88.78 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 100 | 30 | 0 | 0.2 | 0.76 | 0.51 | 44.21 | 0.61 | 0.3 |
| Hex | 7D | 64 | 1E | 0 | 14 | 4C | 33 | 2C | 3D | 1E |
| Octal | 175 | 144 | 36 | 0 | 24 | 114 | 63 | 54 | 75 | 36 |
| Binary | 1111101 | 1100100 | 11110 | 0 | 10100 | 1001100 | 110011 | 101100 | 111101 | 11110 |
Color Harmonies of #7D641E
Complementary color
Monochromatic Colors of #7D641E
Black with #7D641E
Text Example
Text Example
White with #7D641E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D641E; }
p { color: rgb(125,100,30); }
H1.HeaderClassName
{
color: #7D641E;
}
.AnyTagClassName
{
color: #7D641E;
}
</style>
background-color css
<style>
a { background-color: #7D641E; }
a { background-color: rgb(125,100,30); }
div.DivClassName
{
background-color: #7D641E;
}
.BgClassName
{
background-color: #7D641E;
}
</style>
border-color css
<style>
span { border-color: #7D641E; }
span { border-color: rgb(125,100,30); }
td.TdClassName
{
border-color: #7D641E;
}
.TagClassName
{
border-color: #7D641E;
}
</style>