Shades of Yukon Gold #786013
Tints of Yukon Gold #786013
RGB
CMYK
RGB Variations
Color information
#786013 (or 0x786013) is known color: Yukon Gold. HEX triplet: 78, 60 and 13. RGB value is (120,96,19). Sum of RGB (Red+Green+Blue) = 120+96+19=235 (31% of max value = 765). Red value is 120 (47.27% from 255 or 51.06% from 235); Green value is 96 (37.89% from 255 or 40.85% from 235); Blue value is 19 (7.81% from 255 or 8.09% from 235); Max value from RGB is 120 - color contains mainly: red. Hex color #786013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786013 is #879FEC. Grayscale: #5E5E5E. Windows color (decimal): -8888301 or 1269880. OLE color: 1269880.
HSL color Cylindrical-coordinate representation of color #786013: hue angle of 45.74º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #786013 is Cyan = 0, Magento = 0.2, Yellow = 0.84 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 96 | 19 | - |
| CMYK | 0 | 0.2 | 0.84 | 0.53 |
| HSL | 45.74º | 0.73% | 0.27% | - |
| HSV(B) | 45.74º | 0.84% | 0.47% | - |
| XYZ | 12.05 | 12.41 | 2.38 | - |
| YUV | 94.4 | 85.45 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 96 | 19 | 0 | 0.2 | 0.84 | 0.53 | 45.74 | 0.73 | 0.27 |
| Hex | 78 | 60 | 13 | 0 | 14 | 54 | 35 | 2E | 49 | 1B |
| Octal | 170 | 140 | 23 | 0 | 24 | 124 | 65 | 56 | 111 | 33 |
| Binary | 1111000 | 1100000 | 10011 | 0 | 10100 | 1010100 | 110101 | 101110 | 1001001 | 11011 |
Color Harmonies of #786013
Complementary color
Monochromatic Colors of #786013
Black with #786013
Text Example
Text Example
White with #786013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786013; }
p { color: rgb(120,96,19); }
H1.HeaderClassName
{
color: #786013;
}
.AnyTagClassName
{
color: #786013;
}
</style>
background-color css
<style>
a { background-color: #786013; }
a { background-color: rgb(120,96,19); }
div.DivClassName
{
background-color: #786013;
}
.BgClassName
{
background-color: #786013;
}
</style>
border-color css
<style>
span { border-color: #786013; }
span { border-color: rgb(120,96,19); }
td.TdClassName
{
border-color: #786013;
}
.TagClassName
{
border-color: #786013;
}
</style>