Shades of Yukon Gold #866D15
Tints of Yukon Gold #866D15
RGB
CMYK
RGB Variations
Color information
#866D15 (or 0x866D15) is known color: Yukon Gold. HEX triplet: 86, 6D and 15. RGB value is (134,109,21). Sum of RGB (Red+Green+Blue) = 134+109+21=264 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.76% from 264); Green value is 109 (42.97% from 255 or 41.29% from 264); Blue value is 21 (8.59% from 255 or 7.95% from 264); Max value from RGB is 134 - color contains mainly: red. Hex color #866D15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866D15 is #7992EA. Grayscale: #6A6A6A. Windows color (decimal): -7967467 or 1404294. OLE color: 1404294.
HSL color Cylindrical-coordinate representation of color #866D15: hue angle of 46.73º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #866D15 is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 109 | 21 | - |
| CMYK | 0 | 0.19 | 0.84 | 0.47 |
| HSL | 46.73º | 0.73% | 0.3% | - |
| HSV(B) | 46.73º | 0.84% | 0.53% | - |
| XYZ | 15.44 | 16.06 | 3 | - |
| YUV | 106.44 | 79.78 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 109 | 21 | 0 | 0.19 | 0.84 | 0.47 | 46.73 | 0.73 | 0.3 |
| Hex | 86 | 6D | 15 | 0 | 13 | 54 | 2F | 2F | 49 | 1E |
| Octal | 206 | 155 | 25 | 0 | 23 | 124 | 57 | 57 | 111 | 36 |
| Binary | 10000110 | 1101101 | 10101 | 0 | 10011 | 1010100 | 101111 | 101111 | 1001001 | 11110 |
Color Harmonies of #866D15
Complementary color
Monochromatic Colors of #866D15
Black with #866D15
Text Example
Text Example
White with #866D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866D15; }
p { color: rgb(134,109,21); }
H1.HeaderClassName
{
color: #866D15;
}
.AnyTagClassName
{
color: #866D15;
}
</style>
background-color css
<style>
a { background-color: #866D15; }
a { background-color: rgb(134,109,21); }
div.DivClassName
{
background-color: #866D15;
}
.BgClassName
{
background-color: #866D15;
}
</style>
border-color css
<style>
span { border-color: #866D15; }
span { border-color: rgb(134,109,21); }
td.TdClassName
{
border-color: #866D15;
}
.TagClassName
{
border-color: #866D15;
}
</style>