Shades of Yukon Gold #86721E
Tints of Yukon Gold #86721E
RGB
CMYK
RGB Variations
Color information
#86721E (or 0x86721E) is known color: Yukon Gold. HEX triplet: 86, 72 and 1E. RGB value is (134,114,30). Sum of RGB (Red+Green+Blue) = 134+114+30=278 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.20% from 278); Green value is 114 (44.92% from 255 or 41.01% from 278); Blue value is 30 (12.11% from 255 or 10.79% from 278); Max value from RGB is 134 - color contains mainly: red. Hex color #86721E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86721E is #798DE1. Grayscale: #6E6E6E. Windows color (decimal): -7966178 or 1995398. OLE color: 1995398.
HSL color Cylindrical-coordinate representation of color #86721E: hue angle of 48.46º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #86721E is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 114 | 30 | - |
| CMYK | 0 | 0.15 | 0.78 | 0.47 |
| HSL | 48.46º | 0.63% | 0.32% | - |
| HSV(B) | 48.46º | 0.78% | 0.53% | - |
| XYZ | 16.08 | 17.2 | 3.7 | - |
| YUV | 110.4 | 82.63 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 114 | 30 | 0 | 0.15 | 0.78 | 0.47 | 48.46 | 0.63 | 0.32 |
| Hex | 86 | 72 | 1E | 0 | F | 4E | 2F | 30 | 3F | 20 |
| Octal | 206 | 162 | 36 | 0 | 17 | 116 | 57 | 60 | 77 | 40 |
| Binary | 10000110 | 1110010 | 11110 | 0 | 1111 | 1001110 | 101111 | 110000 | 111111 | 100000 |
Color Harmonies of #86721E
Complementary color
Monochromatic Colors of #86721E
Black with #86721E
Text Example
Text Example
White with #86721E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86721E; }
p { color: rgb(134,114,30); }
H1.HeaderClassName
{
color: #86721E;
}
.AnyTagClassName
{
color: #86721E;
}
</style>
background-color css
<style>
a { background-color: #86721E; }
a { background-color: rgb(134,114,30); }
div.DivClassName
{
background-color: #86721E;
}
.BgClassName
{
background-color: #86721E;
}
</style>
border-color css
<style>
span { border-color: #86721E; }
span { border-color: rgb(134,114,30); }
td.TdClassName
{
border-color: #86721E;
}
.TagClassName
{
border-color: #86721E;
}
</style>