Shades of Yukon Gold #86701A
Tints of Yukon Gold #86701A
RGB
CMYK
RGB Variations
Color information
#86701A (or 0x86701A) is known color: Yukon Gold. HEX triplet: 86, 70 and 1A. RGB value is (134,112,26). Sum of RGB (Red+Green+Blue) = 134+112+26=272 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.26% from 272); Green value is 112 (44.14% from 255 or 41.18% from 272); Blue value is 26 (10.55% from 255 or 9.56% from 272); Max value from RGB is 134 - color contains mainly: red. Hex color #86701A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86701A is #798FE5. Grayscale: #6D6D6D. Windows color (decimal): -7966694 or 1732742. OLE color: 1732742.
HSL color Cylindrical-coordinate representation of color #86701A: hue angle of 47.78º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #86701A is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 112 | 26 | - |
| CMYK | 0 | 0.16 | 0.81 | 0.47 |
| HSL | 47.78º | 0.68% | 0.31% | - |
| HSV(B) | 47.78º | 0.81% | 0.53% | - |
| XYZ | 15.81 | 16.73 | 3.37 | - |
| YUV | 108.77 | 81.29 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 112 | 26 | 0 | 0.16 | 0.81 | 0.47 | 47.78 | 0.68 | 0.31 |
| Hex | 86 | 70 | 1A | 0 | 10 | 51 | 2F | 30 | 44 | 1F |
| Octal | 206 | 160 | 32 | 0 | 20 | 121 | 57 | 60 | 104 | 37 |
| Binary | 10000110 | 1110000 | 11010 | 0 | 10000 | 1010001 | 101111 | 110000 | 1000100 | 11111 |
Color Harmonies of #86701A
Complementary color
Monochromatic Colors of #86701A
Black with #86701A
Text Example
Text Example
White with #86701A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86701A; }
p { color: rgb(134,112,26); }
H1.HeaderClassName
{
color: #86701A;
}
.AnyTagClassName
{
color: #86701A;
}
</style>
background-color css
<style>
a { background-color: #86701A; }
a { background-color: rgb(134,112,26); }
div.DivClassName
{
background-color: #86701A;
}
.BgClassName
{
background-color: #86701A;
}
</style>
border-color css
<style>
span { border-color: #86701A; }
span { border-color: rgb(134,112,26); }
td.TdClassName
{
border-color: #86701A;
}
.TagClassName
{
border-color: #86701A;
}
</style>