Shades of Yukon Gold #7F6001
Tints of Yukon Gold #7F6001
RGB
CMYK
RGB Variations
Color information
#7F6001 (or 0x7F6001) is known color: Yukon Gold. HEX triplet: 7F, 60 and 01. RGB value is (127,96,1). Sum of RGB (Red+Green+Blue) = 127+96+1=224 (29% of max value = 765). Red value is 127 (50% from 255 or 56.70% from 224); Green value is 96 (37.89% from 255 or 42.86% from 224); Blue value is 1 (0.78% from 255 or 0.45% from 224); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F6001 is #809FFE. Grayscale: #5E5E5E. Windows color (decimal): -8429567 or 90239. OLE color: 90239.
HSL color Cylindrical-coordinate representation of color #7F6001: hue angle of 45.24º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7F6001 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 96 | 1 | - |
| CMYK | 0 | 0.24 | 0.99 | 0.50 |
| HSL | 45.24º | 0.98% | 0.25% | - |
| HSV(B) | 45.24º | 0.99% | 0.5% | - |
| XYZ | 12.94 | 12.88 | 1.83 | - |
| YUV | 94.44 | 75.27 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 96 | 1 | 0 | 0.24 | 0.99 | 0.50 | 45.24 | 0.98 | 0.25 |
| Hex | 7F | 60 | 1 | 0 | 18 | 63 | 32 | 2D | 62 | 19 |
| Octal | 177 | 140 | 1 | 0 | 30 | 143 | 62 | 55 | 142 | 31 |
| Binary | 1111111 | 1100000 | 1 | 0 | 11000 | 1100011 | 110010 | 101101 | 1100010 | 11001 |
Color Harmonies of #7F6001
Complementary color
Monochromatic Colors of #7F6001
Black with #7F6001
Text Example
Text Example
White with #7F6001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6001; }
p { color: rgb(127,96,1); }
H1.HeaderClassName
{
color: #7F6001;
}
.AnyTagClassName
{
color: #7F6001;
}
</style>
background-color css
<style>
a { background-color: #7F6001; }
a { background-color: rgb(127,96,1); }
div.DivClassName
{
background-color: #7F6001;
}
.BgClassName
{
background-color: #7F6001;
}
</style>
border-color css
<style>
span { border-color: #7F6001; }
span { border-color: rgb(127,96,1); }
td.TdClassName
{
border-color: #7F6001;
}
.TagClassName
{
border-color: #7F6001;
}
</style>