Shades of Yukon Gold #766119
Tints of Yukon Gold #766119
RGB
CMYK
RGB Variations
Color information
#766119 (or 0x766119) is known color: Yukon Gold. HEX triplet: 76, 61 and 19. RGB value is (118,97,25). Sum of RGB (Red+Green+Blue) = 118+97+25=240 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.17% from 240); Green value is 97 (38.28% from 255 or 40.42% from 240); Blue value is 25 (10.16% from 255 or 10.42% from 240); Max value from RGB is 118 - color contains mainly: red. Hex color #766119 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766119 is #899EE6. Grayscale: #5F5F5F. Windows color (decimal): -9019111 or 1663350. OLE color: 1663350.
HSL color Cylindrical-coordinate representation of color #766119: hue angle of 46.45º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #766119 is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 97 | 25 | - |
| CMYK | 0 | 0.18 | 0.79 | 0.54 |
| HSL | 46.45º | 0.65% | 0.28% | - |
| HSV(B) | 46.45º | 0.79% | 0.46% | - |
| XYZ | 11.92 | 12.47 | 2.7 | - |
| YUV | 95.07 | 88.46 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 97 | 25 | 0 | 0.18 | 0.79 | 0.54 | 46.45 | 0.65 | 0.28 |
| Hex | 76 | 61 | 19 | 0 | 12 | 4F | 36 | 2E | 41 | 1C |
| Octal | 166 | 141 | 31 | 0 | 22 | 117 | 66 | 56 | 101 | 34 |
| Binary | 1110110 | 1100001 | 11001 | 0 | 10010 | 1001111 | 110110 | 101110 | 1000001 | 11100 |
Color Harmonies of #766119
Complementary color
Monochromatic Colors of #766119
Black with #766119
Text Example
Text Example
White with #766119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766119; }
p { color: rgb(118,97,25); }
H1.HeaderClassName
{
color: #766119;
}
.AnyTagClassName
{
color: #766119;
}
</style>
background-color css
<style>
a { background-color: #766119; }
a { background-color: rgb(118,97,25); }
div.DivClassName
{
background-color: #766119;
}
.BgClassName
{
background-color: #766119;
}
</style>
border-color css
<style>
span { border-color: #766119; }
span { border-color: rgb(118,97,25); }
td.TdClassName
{
border-color: #766119;
}
.TagClassName
{
border-color: #766119;
}
</style>