Shades of Yukon Gold #86701F
Tints of Yukon Gold #86701F
RGB
CMYK
RGB Variations
Color information
#86701F (or 0x86701F) is known color: Yukon Gold. HEX triplet: 86, 70 and 1F. RGB value is (134,112,31). Sum of RGB (Red+Green+Blue) = 134+112+31=277 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.38% from 277); Green value is 112 (44.14% from 255 or 40.43% from 277); Blue value is 31 (12.5% from 255 or 11.19% from 277); Max value from RGB is 134 - color contains mainly: red. Hex color #86701F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86701F is #798FE0. Grayscale: #6D6D6D. Windows color (decimal): -7966689 or 2060422. OLE color: 2060422.
HSL color Cylindrical-coordinate representation of color #86701F: hue angle of 47.18º 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 #86701F is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 112 | 31 | - |
| CMYK | 0 | 0.16 | 0.77 | 0.47 |
| HSL | 47.18º | 0.62% | 0.32% | - |
| HSV(B) | 47.18º | 0.77% | 0.53% | - |
| XYZ | 15.87 | 16.76 | 3.69 | - |
| YUV | 109.34 | 83.79 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 112 | 31 | 0 | 0.16 | 0.77 | 0.47 | 47.18 | 0.62 | 0.32 |
| Hex | 86 | 70 | 1F | 0 | 10 | 4D | 2F | 2F | 3E | 20 |
| Octal | 206 | 160 | 37 | 0 | 20 | 115 | 57 | 57 | 76 | 40 |
| Binary | 10000110 | 1110000 | 11111 | 0 | 10000 | 1001101 | 101111 | 101111 | 111110 | 100000 |
Color Harmonies of #86701F
Complementary color
Monochromatic Colors of #86701F
Black with #86701F
Text Example
Text Example
White with #86701F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86701F; }
p { color: rgb(134,112,31); }
H1.HeaderClassName
{
color: #86701F;
}
.AnyTagClassName
{
color: #86701F;
}
</style>
background-color css
<style>
a { background-color: #86701F; }
a { background-color: rgb(134,112,31); }
div.DivClassName
{
background-color: #86701F;
}
.BgClassName
{
background-color: #86701F;
}
</style>
border-color css
<style>
span { border-color: #86701F; }
span { border-color: rgb(134,112,31); }
td.TdClassName
{
border-color: #86701F;
}
.TagClassName
{
border-color: #86701F;
}
</style>