Shades of Yukon Gold #7F6617
Tints of Yukon Gold #7F6617
RGB
CMYK
RGB Variations
Color information
#7F6617 (or 0x7F6617) is known color: Yukon Gold. HEX triplet: 7F, 66 and 17. RGB value is (127,102,23). Sum of RGB (Red+Green+Blue) = 127+102+23=252 (33% of max value = 765). Red value is 127 (50% from 255 or 50.40% from 252); Green value is 102 (40.23% from 255 or 40.48% from 252); Blue value is 23 (9.38% from 255 or 9.13% from 252); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6617 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F6617 is #8099E8. Grayscale: #646464. Windows color (decimal): -8428009 or 1533567. OLE color: 1533567.
HSL color Cylindrical-coordinate representation of color #7F6617: hue angle of 45.58º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7F6617 is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 102 | 23 | - |
| CMYK | 0 | 0.20 | 0.82 | 0.50 |
| HSL | 45.58º | 0.69% | 0.29% | - |
| HSV(B) | 45.58º | 0.82% | 0.5% | - |
| XYZ | 13.66 | 14.08 | 2.81 | - |
| YUV | 100.47 | 84.28 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 102 | 23 | 0 | 0.20 | 0.82 | 0.50 | 45.58 | 0.69 | 0.29 |
| Hex | 7F | 66 | 17 | 0 | 14 | 52 | 32 | 2E | 45 | 1D |
| Octal | 177 | 146 | 27 | 0 | 24 | 122 | 62 | 56 | 105 | 35 |
| Binary | 1111111 | 1100110 | 10111 | 0 | 10100 | 1010010 | 110010 | 101110 | 1000101 | 11101 |
Color Harmonies of #7F6617
Complementary color
Monochromatic Colors of #7F6617
Black with #7F6617
Text Example
Text Example
White with #7F6617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6617; }
p { color: rgb(127,102,23); }
H1.HeaderClassName
{
color: #7F6617;
}
.AnyTagClassName
{
color: #7F6617;
}
</style>
background-color css
<style>
a { background-color: #7F6617; }
a { background-color: rgb(127,102,23); }
div.DivClassName
{
background-color: #7F6617;
}
.BgClassName
{
background-color: #7F6617;
}
</style>
border-color css
<style>
span { border-color: #7F6617; }
span { border-color: rgb(127,102,23); }
td.TdClassName
{
border-color: #7F6617;
}
.TagClassName
{
border-color: #7F6617;
}
</style>