Shades of Yukon Gold #7C671F
Tints of Yukon Gold #7C671F
RGB
CMYK
RGB Variations
Color information
#7C671F (or 0x7C671F) is known color: Yukon Gold. HEX triplet: 7C, 67 and 1F. RGB value is (124,103,31). Sum of RGB (Red+Green+Blue) = 124+103+31=258 (34% of max value = 765). Red value is 124 (48.83% from 255 or 48.06% from 258); Green value is 103 (40.62% from 255 or 39.92% from 258); Blue value is 31 (12.5% from 255 or 12.02% from 258); Max value from RGB is 124 - color contains mainly: red. Hex color #7C671F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C671F is #8398E0. Grayscale: #656565. Windows color (decimal): -8624353 or 2058108. OLE color: 2058108.
HSL color Cylindrical-coordinate representation of color #7C671F: hue angle of 46.45º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7C671F is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 103 | 31 | - |
| CMYK | 0 | 0.17 | 0.75 | 0.51 |
| HSL | 46.45º | 0.6% | 0.3% | - |
| HSV(B) | 46.45º | 0.75% | 0.49% | - |
| XYZ | 13.41 | 14.08 | 3.31 | - |
| YUV | 101.07 | 88.46 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 103 | 31 | 0 | 0.17 | 0.75 | 0.51 | 46.45 | 0.6 | 0.3 |
| Hex | 7C | 67 | 1F | 0 | 11 | 4B | 33 | 2E | 3C | 1E |
| Octal | 174 | 147 | 37 | 0 | 21 | 113 | 63 | 56 | 74 | 36 |
| Binary | 1111100 | 1100111 | 11111 | 0 | 10001 | 1001011 | 110011 | 101110 | 111100 | 11110 |
Color Harmonies of #7C671F
Complementary color
Monochromatic Colors of #7C671F
Black with #7C671F
Text Example
Text Example
White with #7C671F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C671F; }
p { color: rgb(124,103,31); }
H1.HeaderClassName
{
color: #7C671F;
}
.AnyTagClassName
{
color: #7C671F;
}
</style>
background-color css
<style>
a { background-color: #7C671F; }
a { background-color: rgb(124,103,31); }
div.DivClassName
{
background-color: #7C671F;
}
.BgClassName
{
background-color: #7C671F;
}
</style>
border-color css
<style>
span { border-color: #7C671F; }
span { border-color: rgb(124,103,31); }
td.TdClassName
{
border-color: #7C671F;
}
.TagClassName
{
border-color: #7C671F;
}
</style>