Shades of Yukon Gold #78610B
Tints of Yukon Gold #78610B
RGB
CMYK
RGB Variations
Color information
#78610B (or 0x78610B) is known color: Yukon Gold. HEX triplet: 78, 61 and 0B. RGB value is (120,97,11). Sum of RGB (Red+Green+Blue) = 120+97+11=228 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.63% from 228); Green value is 97 (38.28% from 255 or 42.54% from 228); Blue value is 11 (4.69% from 255 or 4.82% from 228); Max value from RGB is 120 - color contains mainly: red. Hex color #78610B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #78610B is #879EF4. Grayscale: #5E5E5E. Windows color (decimal): -8888053 or 745848. OLE color: 745848.
HSL color Cylindrical-coordinate representation of color #78610B: hue angle of 47.34º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #78610B is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 97 | 11 | - |
| CMYK | 0 | 0.19 | 0.91 | 0.53 |
| HSL | 47.34º | 0.83% | 0.26% | - |
| HSV(B) | 47.34º | 0.91% | 0.47% | - |
| XYZ | 12.08 | 12.57 | 2.11 | - |
| YUV | 94.07 | 81.12 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 97 | 11 | 0 | 0.19 | 0.91 | 0.53 | 47.34 | 0.83 | 0.26 |
| Hex | 78 | 61 | B | 0 | 13 | 5B | 35 | 2F | 53 | 1A |
| Octal | 170 | 141 | 13 | 0 | 23 | 133 | 65 | 57 | 123 | 32 |
| Binary | 1111000 | 1100001 | 1011 | 0 | 10011 | 1011011 | 110101 | 101111 | 1010011 | 11010 |
Color Harmonies of #78610B
Complementary color
Monochromatic Colors of #78610B
Black with #78610B
Text Example
Text Example
White with #78610B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78610B; }
p { color: rgb(120,97,11); }
H1.HeaderClassName
{
color: #78610B;
}
.AnyTagClassName
{
color: #78610B;
}
</style>
background-color css
<style>
a { background-color: #78610B; }
a { background-color: rgb(120,97,11); }
div.DivClassName
{
background-color: #78610B;
}
.BgClassName
{
background-color: #78610B;
}
</style>
border-color css
<style>
span { border-color: #78610B; }
span { border-color: rgb(120,97,11); }
td.TdClassName
{
border-color: #78610B;
}
.TagClassName
{
border-color: #78610B;
}
</style>