Shades of Yukon Gold #7F6510
Tints of Yukon Gold #7F6510
RGB
CMYK
RGB Variations
Color information
#7F6510 (or 0x7F6510) is known color: Yukon Gold. HEX triplet: 7F, 65 and 10. RGB value is (127,101,16). Sum of RGB (Red+Green+Blue) = 127+101+16=244 (32% of max value = 765). Red value is 127 (50% from 255 or 52.05% from 244); Green value is 101 (39.84% from 255 or 41.39% from 244); Blue value is 16 (6.64% from 255 or 6.56% from 244); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F6510 is #809AEF. Grayscale: #636363. Windows color (decimal): -8428272 or 1074559. OLE color: 1074559.
HSL color Cylindrical-coordinate representation of color #7F6510: hue angle of 45.95º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7F6510 is Cyan = 0, Magento = 0.20, Yellow = 0.87 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 101 | 16 | - |
| CMYK | 0 | 0.20 | 0.87 | 0.50 |
| HSL | 45.95º | 0.78% | 0.28% | - |
| HSV(B) | 45.95º | 0.87% | 0.5% | - |
| XYZ | 13.5 | 13.86 | 2.45 | - |
| YUV | 99.08 | 81.11 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 101 | 16 | 0 | 0.20 | 0.87 | 0.50 | 45.95 | 0.78 | 0.28 |
| Hex | 7F | 65 | 10 | 0 | 14 | 57 | 32 | 2E | 4E | 1C |
| Octal | 177 | 145 | 20 | 0 | 24 | 127 | 62 | 56 | 116 | 34 |
| Binary | 1111111 | 1100101 | 10000 | 0 | 10100 | 1010111 | 110010 | 101110 | 1001110 | 11100 |
Color Harmonies of #7F6510
Complementary color
Monochromatic Colors of #7F6510
Black with #7F6510
Text Example
Text Example
White with #7F6510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6510; }
p { color: rgb(127,101,16); }
H1.HeaderClassName
{
color: #7F6510;
}
.AnyTagClassName
{
color: #7F6510;
}
</style>
background-color css
<style>
a { background-color: #7F6510; }
a { background-color: rgb(127,101,16); }
div.DivClassName
{
background-color: #7F6510;
}
.BgClassName
{
background-color: #7F6510;
}
</style>
border-color css
<style>
span { border-color: #7F6510; }
span { border-color: rgb(127,101,16); }
td.TdClassName
{
border-color: #7F6510;
}
.TagClassName
{
border-color: #7F6510;
}
</style>