Shades of Yukon Gold #786C11
Tints of Yukon Gold #786C11
RGB
CMYK
RGB Variations
Color information
#786C11 (or 0x786C11) is known color: Yukon Gold. HEX triplet: 78, 6C and 11. RGB value is (120,108,17). Sum of RGB (Red+Green+Blue) = 120+108+17=245 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.98% from 245); Green value is 108 (42.58% from 255 or 44.08% from 245); Blue value is 17 (7.03% from 255 or 6.94% from 245); Max value from RGB is 120 - color contains mainly: red. Hex color #786C11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786C11 is #8793EE. Grayscale: #656565. Windows color (decimal): -8885231 or 1141880. OLE color: 1141880.
HSL color Cylindrical-coordinate representation of color #786C11: hue angle of 53.01º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #786C11 is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 108 | 17 | - |
| CMYK | 0 | 0.10 | 0.86 | 0.53 |
| HSL | 53.01º | 0.75% | 0.27% | - |
| HSV(B) | 53.01º | 0.86% | 0.47% | - |
| XYZ | 13.21 | 14.76 | 2.68 | - |
| YUV | 101.21 | 80.48 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 108 | 17 | 0 | 0.10 | 0.86 | 0.53 | 53.01 | 0.75 | 0.27 |
| Hex | 78 | 6C | 11 | 0 | A | 56 | 35 | 35 | 4B | 1B |
| Octal | 170 | 154 | 21 | 0 | 12 | 126 | 65 | 65 | 113 | 33 |
| Binary | 1111000 | 1101100 | 10001 | 0 | 1010 | 1010110 | 110101 | 110101 | 1001011 | 11011 |
Color Harmonies of #786C11
Complementary color
Monochromatic Colors of #786C11
Black with #786C11
Text Example
Text Example
White with #786C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786C11; }
p { color: rgb(120,108,17); }
H1.HeaderClassName
{
color: #786C11;
}
.AnyTagClassName
{
color: #786C11;
}
</style>
background-color css
<style>
a { background-color: #786C11; }
a { background-color: rgb(120,108,17); }
div.DivClassName
{
background-color: #786C11;
}
.BgClassName
{
background-color: #786C11;
}
</style>
border-color css
<style>
span { border-color: #786C11; }
span { border-color: rgb(120,108,17); }
td.TdClassName
{
border-color: #786C11;
}
.TagClassName
{
border-color: #786C11;
}
</style>