Shades of Yukon Gold #786010
Tints of Yukon Gold #786010
RGB
CMYK
RGB Variations
Color information
#786010 (or 0x786010) is known color: Yukon Gold. HEX triplet: 78, 60 and 10. RGB value is (120,96,16). Sum of RGB (Red+Green+Blue) = 120+96+16=232 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.72% from 232); Green value is 96 (37.89% from 255 or 41.38% from 232); Blue value is 16 (6.64% from 255 or 6.90% from 232); Max value from RGB is 120 - color contains mainly: red. Hex color #786010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786010 is #879FEF. Grayscale: #5E5E5E. Windows color (decimal): -8888304 or 1073272. OLE color: 1073272.
HSL color Cylindrical-coordinate representation of color #786010: hue angle of 46.15º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #786010 is Cyan = 0, Magento = 0.2, Yellow = 0.87 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 96 | 16 | - |
| CMYK | 0 | 0.2 | 0.87 | 0.53 |
| HSL | 46.15º | 0.76% | 0.27% | - |
| HSV(B) | 46.15º | 0.87% | 0.47% | - |
| XYZ | 12.02 | 12.4 | 2.25 | - |
| YUV | 94.06 | 83.95 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 96 | 16 | 0 | 0.2 | 0.87 | 0.53 | 46.15 | 0.76 | 0.27 |
| Hex | 78 | 60 | 10 | 0 | 14 | 57 | 35 | 2E | 4C | 1B |
| Octal | 170 | 140 | 20 | 0 | 24 | 127 | 65 | 56 | 114 | 33 |
| Binary | 1111000 | 1100000 | 10000 | 0 | 10100 | 1010111 | 110101 | 101110 | 1001100 | 11011 |
Color Harmonies of #786010
Complementary color
Monochromatic Colors of #786010
Black with #786010
Text Example
Text Example
White with #786010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786010; }
p { color: rgb(120,96,16); }
H1.HeaderClassName
{
color: #786010;
}
.AnyTagClassName
{
color: #786010;
}
</style>
background-color css
<style>
a { background-color: #786010; }
a { background-color: rgb(120,96,16); }
div.DivClassName
{
background-color: #786010;
}
.BgClassName
{
background-color: #786010;
}
</style>
border-color css
<style>
span { border-color: #786010; }
span { border-color: rgb(120,96,16); }
td.TdClassName
{
border-color: #786010;
}
.TagClassName
{
border-color: #786010;
}
</style>