Shades of Yukon Gold #86681F
Tints of Yukon Gold #86681F
RGB
CMYK
RGB Variations
Color information
#86681F (or 0x86681F) is known color: Yukon Gold. HEX triplet: 86, 68 and 1F. RGB value is (134,104,31). Sum of RGB (Red+Green+Blue) = 134+104+31=269 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.81% from 269); Green value is 104 (41.02% from 255 or 38.66% from 269); Blue value is 31 (12.5% from 255 or 11.52% from 269); Max value from RGB is 134 - color contains mainly: red. Hex color #86681F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86681F is #7997E0. Grayscale: #686868. Windows color (decimal): -7968737 or 2058374. OLE color: 2058374.
HSL color Cylindrical-coordinate representation of color #86681F: hue angle of 42.52º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #86681F is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 104 | 31 | - |
| CMYK | 0 | 0.22 | 0.77 | 0.47 |
| HSL | 42.52º | 0.62% | 0.32% | - |
| HSV(B) | 42.52º | 0.77% | 0.53% | - |
| XYZ | 15.03 | 15.07 | 3.41 | - |
| YUV | 104.65 | 86.44 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 104 | 31 | 0 | 0.22 | 0.77 | 0.47 | 42.52 | 0.62 | 0.32 |
| Hex | 86 | 68 | 1F | 0 | 16 | 4D | 2F | 2B | 3E | 20 |
| Octal | 206 | 150 | 37 | 0 | 26 | 115 | 57 | 53 | 76 | 40 |
| Binary | 10000110 | 1101000 | 11111 | 0 | 10110 | 1001101 | 101111 | 101011 | 111110 | 100000 |
Color Harmonies of #86681F
Complementary color
Monochromatic Colors of #86681F
Black with #86681F
Text Example
Text Example
White with #86681F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86681F; }
p { color: rgb(134,104,31); }
H1.HeaderClassName
{
color: #86681F;
}
.AnyTagClassName
{
color: #86681F;
}
</style>
background-color css
<style>
a { background-color: #86681F; }
a { background-color: rgb(134,104,31); }
div.DivClassName
{
background-color: #86681F;
}
.BgClassName
{
background-color: #86681F;
}
</style>
border-color css
<style>
span { border-color: #86681F; }
span { border-color: rgb(134,104,31); }
td.TdClassName
{
border-color: #86681F;
}
.TagClassName
{
border-color: #86681F;
}
</style>