Shades of Yukon Gold #78681E
Tints of Yukon Gold #78681E
RGB
CMYK
RGB Variations
Color information
#78681E (or 0x78681E) is known color: Yukon Gold. HEX triplet: 78, 68 and 1E. RGB value is (120,104,30). Sum of RGB (Red+Green+Blue) = 120+104+30=254 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.24% from 254); Green value is 104 (41.02% from 255 or 40.94% from 254); Blue value is 30 (12.11% from 255 or 11.81% from 254); Max value from RGB is 120 - color contains mainly: red. Hex color #78681E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78681E is #8797E1. Grayscale: #646464. Windows color (decimal): -8886242 or 1992824. OLE color: 1992824.
HSL color Cylindrical-coordinate representation of color #78681E: hue angle of 49.33º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #78681E is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 104 | 30 | - |
| CMYK | 0 | 0.13 | 0.75 | 0.53 |
| HSL | 49.33º | 0.6% | 0.29% | - |
| HSV(B) | 49.33º | 0.75% | 0.47% | - |
| XYZ | 12.93 | 13.99 | 3.25 | - |
| YUV | 100.35 | 88.3 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 104 | 30 | 0 | 0.13 | 0.75 | 0.53 | 49.33 | 0.6 | 0.29 |
| Hex | 78 | 68 | 1E | 0 | D | 4B | 35 | 31 | 3C | 1D |
| Octal | 170 | 150 | 36 | 0 | 15 | 113 | 65 | 61 | 74 | 35 |
| Binary | 1111000 | 1101000 | 11110 | 0 | 1101 | 1001011 | 110101 | 110001 | 111100 | 11101 |
Color Harmonies of #78681E
Complementary color
Monochromatic Colors of #78681E
Black with #78681E
Text Example
Text Example
White with #78681E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78681E; }
p { color: rgb(120,104,30); }
H1.HeaderClassName
{
color: #78681E;
}
.AnyTagClassName
{
color: #78681E;
}
</style>
background-color css
<style>
a { background-color: #78681E; }
a { background-color: rgb(120,104,30); }
div.DivClassName
{
background-color: #78681E;
}
.BgClassName
{
background-color: #78681E;
}
</style>
border-color css
<style>
span { border-color: #78681E; }
span { border-color: rgb(120,104,30); }
td.TdClassName
{
border-color: #78681E;
}
.TagClassName
{
border-color: #78681E;
}
</style>