Shades of Yukon Gold #86680E
Tints of Yukon Gold #86680E
RGB
CMYK
RGB Variations
Color information
#86680E (or 0x86680E) is known color: Yukon Gold. HEX triplet: 86, 68 and 0E. RGB value is (134,104,14). Sum of RGB (Red+Green+Blue) = 134+104+14=252 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.17% from 252); Green value is 104 (41.02% from 255 or 41.27% from 252); Blue value is 14 (5.86% from 255 or 5.56% from 252); Max value from RGB is 134 - color contains mainly: red. Hex color #86680E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #86680E is #7997F1. Grayscale: #676767. Windows color (decimal): -7968754 or 944262. OLE color: 944262.
HSL color Cylindrical-coordinate representation of color #86680E: hue angle of 45º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #86680E is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 104 | 14 | - |
| CMYK | 0 | 0.22 | 0.90 | 0.47 |
| HSL | 45º | 0.81% | 0.29% | - |
| HSV(B) | 45º | 0.9% | 0.53% | - |
| XYZ | 14.86 | 15 | 2.53 | - |
| YUV | 102.71 | 77.94 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 104 | 14 | 0 | 0.22 | 0.90 | 0.47 | 45 | 0.81 | 0.29 |
| Hex | 86 | 68 | E | 0 | 16 | 5A | 2F | 2D | 51 | 1D |
| Octal | 206 | 150 | 16 | 0 | 26 | 132 | 57 | 55 | 121 | 35 |
| Binary | 10000110 | 1101000 | 1110 | 0 | 10110 | 1011010 | 101111 | 101101 | 1010001 | 11101 |
Color Harmonies of #86680E
Complementary color
Monochromatic Colors of #86680E
Black with #86680E
Text Example
Text Example
White with #86680E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86680E; }
p { color: rgb(134,104,14); }
H1.HeaderClassName
{
color: #86680E;
}
.AnyTagClassName
{
color: #86680E;
}
</style>
background-color css
<style>
a { background-color: #86680E; }
a { background-color: rgb(134,104,14); }
div.DivClassName
{
background-color: #86680E;
}
.BgClassName
{
background-color: #86680E;
}
</style>
border-color css
<style>
span { border-color: #86680E; }
span { border-color: rgb(134,104,14); }
td.TdClassName
{
border-color: #86680E;
}
.TagClassName
{
border-color: #86680E;
}
</style>