Shades of Yukon Gold #786C0D
Tints of Yukon Gold #786C0D
RGB
CMYK
RGB Variations
Color information
#786C0D (or 0x786C0D) is known color: Yukon Gold. HEX triplet: 78, 6C and 0D. RGB value is (120,108,13). Sum of RGB (Red+Green+Blue) = 120+108+13=241 (31% of max value = 765). Red value is 120 (47.27% from 255 or 49.79% from 241); Green value is 108 (42.58% from 255 or 44.81% from 241); Blue value is 13 (5.47% from 255 or 5.39% from 241); Max value from RGB is 120 - color contains mainly: red. Hex color #786C0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786C0D is #8793F2. Grayscale: #656565. Windows color (decimal): -8885235 or 879736. OLE color: 879736.
HSL color Cylindrical-coordinate representation of color #786C0D: hue angle of 53.27º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #786C0D is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 108 | 13 | - |
| CMYK | 0 | 0.10 | 0.89 | 0.53 |
| HSL | 53.27º | 0.8% | 0.26% | - |
| HSV(B) | 53.27º | 0.89% | 0.47% | - |
| XYZ | 13.18 | 14.75 | 2.53 | - |
| YUV | 100.76 | 78.48 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 108 | 13 | 0 | 0.10 | 0.89 | 0.53 | 53.27 | 0.8 | 0.26 |
| Hex | 78 | 6C | D | 0 | A | 59 | 35 | 35 | 50 | 1A |
| Octal | 170 | 154 | 15 | 0 | 12 | 131 | 65 | 65 | 120 | 32 |
| Binary | 1111000 | 1101100 | 1101 | 0 | 1010 | 1011001 | 110101 | 110101 | 1010000 | 11010 |
Color Harmonies of #786C0D
Complementary color
Monochromatic Colors of #786C0D
Black with #786C0D
Text Example
Text Example
White with #786C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786C0D; }
p { color: rgb(120,108,13); }
H1.HeaderClassName
{
color: #786C0D;
}
.AnyTagClassName
{
color: #786C0D;
}
</style>
background-color css
<style>
a { background-color: #786C0D; }
a { background-color: rgb(120,108,13); }
div.DivClassName
{
background-color: #786C0D;
}
.BgClassName
{
background-color: #786C0D;
}
</style>
border-color css
<style>
span { border-color: #786C0D; }
span { border-color: rgb(120,108,13); }
td.TdClassName
{
border-color: #786C0D;
}
.TagClassName
{
border-color: #786C0D;
}
</style>