Shades of Yukon Gold #766112
Tints of Yukon Gold #766112
RGB
CMYK
RGB Variations
Color information
#766112 (or 0x766112) is known color: Yukon Gold. HEX triplet: 76, 61 and 12. RGB value is (118,97,18). Sum of RGB (Red+Green+Blue) = 118+97+18=233 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.64% from 233); Green value is 97 (38.28% from 255 or 41.63% from 233); Blue value is 18 (7.42% from 255 or 7.73% from 233); Max value from RGB is 118 - color contains mainly: red. Hex color #766112 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766112 is #899EED. Grayscale: #5E5E5E. Windows color (decimal): -9019118 or 1204598. OLE color: 1204598.
HSL color Cylindrical-coordinate representation of color #766112: hue angle of 47.4º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #766112 is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 97 | 18 | - |
| CMYK | 0 | 0.18 | 0.85 | 0.54 |
| HSL | 47.4º | 0.74% | 0.27% | - |
| HSV(B) | 47.4º | 0.85% | 0.46% | - |
| XYZ | 11.86 | 12.44 | 2.35 | - |
| YUV | 94.27 | 84.96 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 97 | 18 | 0 | 0.18 | 0.85 | 0.54 | 47.4 | 0.74 | 0.27 |
| Hex | 76 | 61 | 12 | 0 | 12 | 55 | 36 | 2F | 4A | 1B |
| Octal | 166 | 141 | 22 | 0 | 22 | 125 | 66 | 57 | 112 | 33 |
| Binary | 1110110 | 1100001 | 10010 | 0 | 10010 | 1010101 | 110110 | 101111 | 1001010 | 11011 |
Color Harmonies of #766112
Complementary color
Monochromatic Colors of #766112
Black with #766112
Text Example
Text Example
White with #766112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766112; }
p { color: rgb(118,97,18); }
H1.HeaderClassName
{
color: #766112;
}
.AnyTagClassName
{
color: #766112;
}
</style>
background-color css
<style>
a { background-color: #766112; }
a { background-color: rgb(118,97,18); }
div.DivClassName
{
background-color: #766112;
}
.BgClassName
{
background-color: #766112;
}
</style>
border-color css
<style>
span { border-color: #766112; }
span { border-color: rgb(118,97,18); }
td.TdClassName
{
border-color: #766112;
}
.TagClassName
{
border-color: #766112;
}
</style>