Shades of Yukon Gold #7E640B
Tints of Yukon Gold #7E640B
RGB
CMYK
RGB Variations
Color information
#7E640B (or 0x7E640B) is known color: Yukon Gold. HEX triplet: 7E, 64 and 0B. RGB value is (126,100,11). Sum of RGB (Red+Green+Blue) = 126+100+11=237 (31% of max value = 765). Red value is 126 (49.61% from 255 or 53.16% from 237); Green value is 100 (39.45% from 255 or 42.19% from 237); Blue value is 11 (4.69% from 255 or 4.64% from 237); Max value from RGB is 126 - color contains mainly: red. Hex color #7E640B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E640B is #819BF4. Grayscale: #626262. Windows color (decimal): -8494069 or 746622. OLE color: 746622.
HSL color Cylindrical-coordinate representation of color #7E640B: hue angle of 46.43º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7E640B is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 100 | 11 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.51 |
| HSL | 46.43º | 0.84% | 0.27% | - |
| HSV(B) | 46.43º | 0.91% | 0.49% | - |
| XYZ | 13.22 | 13.57 | 2.24 | - |
| YUV | 97.63 | 79.11 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 100 | 11 | 0 | 0.21 | 0.91 | 0.51 | 46.43 | 0.84 | 0.27 |
| Hex | 7E | 64 | B | 0 | 15 | 5B | 33 | 2E | 54 | 1B |
| Octal | 176 | 144 | 13 | 0 | 25 | 133 | 63 | 56 | 124 | 33 |
| Binary | 1111110 | 1100100 | 1011 | 0 | 10101 | 1011011 | 110011 | 101110 | 1010100 | 11011 |
Color Harmonies of #7E640B
Complementary color
Monochromatic Colors of #7E640B
Black with #7E640B
Text Example
Text Example
White with #7E640B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E640B; }
p { color: rgb(126,100,11); }
H1.HeaderClassName
{
color: #7E640B;
}
.AnyTagClassName
{
color: #7E640B;
}
</style>
background-color css
<style>
a { background-color: #7E640B; }
a { background-color: rgb(126,100,11); }
div.DivClassName
{
background-color: #7E640B;
}
.BgClassName
{
background-color: #7E640B;
}
</style>
border-color css
<style>
span { border-color: #7E640B; }
span { border-color: rgb(126,100,11); }
td.TdClassName
{
border-color: #7E640B;
}
.TagClassName
{
border-color: #7E640B;
}
</style>