Shades of Yukon Gold #7E631F
Tints of Yukon Gold #7E631F
RGB
CMYK
RGB Variations
Color information
#7E631F (or 0x7E631F) is known color: Yukon Gold. HEX triplet: 7E, 63 and 1F. RGB value is (126,99,31). Sum of RGB (Red+Green+Blue) = 126+99+31=256 (33% of max value = 765). Red value is 126 (49.61% from 255 or 49.22% from 256); Green value is 99 (39.06% from 255 or 38.67% from 256); Blue value is 31 (12.5% from 255 or 12.11% from 256); Max value from RGB is 126 - color contains mainly: red. Hex color #7E631F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E631F is #819CE0. Grayscale: #636363. Windows color (decimal): -8494305 or 2057086. OLE color: 2057086.
HSL color Cylindrical-coordinate representation of color #7E631F: hue angle of 42.95º degrees, saturation: 0.61, 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 #7E631F is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 99 | 31 | - |
| CMYK | 0 | 0.21 | 0.75 | 0.51 |
| HSL | 42.95º | 0.61% | 0.31% | - |
| HSV(B) | 42.95º | 0.75% | 0.49% | - |
| XYZ | 13.31 | 13.46 | 3.19 | - |
| YUV | 99.32 | 89.45 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 99 | 31 | 0 | 0.21 | 0.75 | 0.51 | 42.95 | 0.61 | 0.31 |
| Hex | 7E | 63 | 1F | 0 | 15 | 4B | 33 | 2B | 3D | 1F |
| Octal | 176 | 143 | 37 | 0 | 25 | 113 | 63 | 53 | 75 | 37 |
| Binary | 1111110 | 1100011 | 11111 | 0 | 10101 | 1001011 | 110011 | 101011 | 111101 | 11111 |
Color Harmonies of #7E631F
Complementary color
Monochromatic Colors of #7E631F
Black with #7E631F
Text Example
Text Example
White with #7E631F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E631F; }
p { color: rgb(126,99,31); }
H1.HeaderClassName
{
color: #7E631F;
}
.AnyTagClassName
{
color: #7E631F;
}
</style>
background-color css
<style>
a { background-color: #7E631F; }
a { background-color: rgb(126,99,31); }
div.DivClassName
{
background-color: #7E631F;
}
.BgClassName
{
background-color: #7E631F;
}
</style>
border-color css
<style>
span { border-color: #7E631F; }
span { border-color: rgb(126,99,31); }
td.TdClassName
{
border-color: #7E631F;
}
.TagClassName
{
border-color: #7E631F;
}
</style>