Shades of Yukon Gold #7F6105
Tints of Yukon Gold #7F6105
RGB
CMYK
RGB Variations
Color information
#7F6105 (or 0x7F6105) is known color: Yukon Gold. HEX triplet: 7F, 61 and 05. RGB value is (127,97,5). Sum of RGB (Red+Green+Blue) = 127+97+5=229 (30% of max value = 765). Red value is 127 (50% from 255 or 55.46% from 229); Green value is 97 (38.28% from 255 or 42.36% from 229); Blue value is 5 (2.34% from 255 or 2.18% from 229); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6105 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F6105 is #809EFA. Grayscale: #5F5F5F. Windows color (decimal): -8429307 or 352639. OLE color: 352639.
HSL color Cylindrical-coordinate representation of color #7F6105: hue angle of 45.25º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7F6105 is Cyan = 0, Magento = 0.24, Yellow = 0.96 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 97 | 5 | - |
| CMYK | 0 | 0.24 | 0.96 | 0.50 |
| HSL | 45.25º | 0.92% | 0.26% | - |
| HSV(B) | 45.25º | 0.96% | 0.5% | - |
| XYZ | 13.05 | 13.07 | 1.98 | - |
| YUV | 95.48 | 76.94 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 97 | 5 | 0 | 0.24 | 0.96 | 0.50 | 45.25 | 0.92 | 0.26 |
| Hex | 7F | 61 | 5 | 0 | 18 | 60 | 32 | 2D | 5C | 1A |
| Octal | 177 | 141 | 5 | 0 | 30 | 140 | 62 | 55 | 134 | 32 |
| Binary | 1111111 | 1100001 | 101 | 0 | 11000 | 1100000 | 110010 | 101101 | 1011100 | 11010 |
Color Harmonies of #7F6105
Complementary color
Monochromatic Colors of #7F6105
Black with #7F6105
Text Example
Text Example
White with #7F6105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6105; }
p { color: rgb(127,97,5); }
H1.HeaderClassName
{
color: #7F6105;
}
.AnyTagClassName
{
color: #7F6105;
}
</style>
background-color css
<style>
a { background-color: #7F6105; }
a { background-color: rgb(127,97,5); }
div.DivClassName
{
background-color: #7F6105;
}
.BgClassName
{
background-color: #7F6105;
}
</style>
border-color css
<style>
span { border-color: #7F6105; }
span { border-color: rgb(127,97,5); }
td.TdClassName
{
border-color: #7F6105;
}
.TagClassName
{
border-color: #7F6105;
}
</style>