Shades of Yukon Gold #7F6C25
Tints of Yukon Gold #7F6C25
RGB
CMYK
RGB Variations
Color information
#7F6C25 (or 0x7F6C25) is known color: Yukon Gold. HEX triplet: 7F, 6C and 25. RGB value is (127,108,37). Sum of RGB (Red+Green+Blue) = 127+108+37=272 (36% of max value = 765). Red value is 127 (50% from 255 or 46.69% from 272); Green value is 108 (42.58% from 255 or 39.71% from 272); Blue value is 37 (14.84% from 255 or 13.60% from 272); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6C25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F6C25 is #8093DA. Grayscale: #696969. Windows color (decimal): -8426459 or 2452607. OLE color: 2452607.
HSL color Cylindrical-coordinate representation of color #7F6C25: hue angle of 47.33º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7F6C25 is Cyan = 0, Magento = 0.15, Yellow = 0.71 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 108 | 37 | - |
| CMYK | 0 | 0.15 | 0.71 | 0.50 |
| HSL | 47.33º | 0.55% | 0.32% | - |
| HSV(B) | 47.33º | 0.71% | 0.5% | - |
| XYZ | 14.45 | 15.37 | 3.96 | - |
| YUV | 105.59 | 89.29 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 108 | 37 | 0 | 0.15 | 0.71 | 0.50 | 47.33 | 0.55 | 0.32 |
| Hex | 7F | 6C | 25 | 0 | F | 47 | 32 | 2F | 37 | 20 |
| Octal | 177 | 154 | 45 | 0 | 17 | 107 | 62 | 57 | 67 | 40 |
| Binary | 1111111 | 1101100 | 100101 | 0 | 1111 | 1000111 | 110010 | 101111 | 110111 | 100000 |
Color Harmonies of #7F6C25
Complementary color
Monochromatic Colors of #7F6C25
Black with #7F6C25
Text Example
Text Example
White with #7F6C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6C25; }
p { color: rgb(127,108,37); }
H1.HeaderClassName
{
color: #7F6C25;
}
.AnyTagClassName
{
color: #7F6C25;
}
</style>
background-color css
<style>
a { background-color: #7F6C25; }
a { background-color: rgb(127,108,37); }
div.DivClassName
{
background-color: #7F6C25;
}
.BgClassName
{
background-color: #7F6C25;
}
</style>
border-color css
<style>
span { border-color: #7F6C25; }
span { border-color: rgb(127,108,37); }
td.TdClassName
{
border-color: #7F6C25;
}
.TagClassName
{
border-color: #7F6C25;
}
</style>