Shades of Yukon Gold #866D1F
Tints of Yukon Gold #866D1F
RGB
CMYK
RGB Variations
Color information
#866D1F (or 0x866D1F) is known color: Yukon Gold. HEX triplet: 86, 6D and 1F. RGB value is (134,109,31). Sum of RGB (Red+Green+Blue) = 134+109+31=274 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.91% from 274); Green value is 109 (42.97% from 255 or 39.78% from 274); Blue value is 31 (12.5% from 255 or 11.31% from 274); Max value from RGB is 134 - color contains mainly: red. Hex color #866D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866D1F is #7992E0. Grayscale: #6B6B6B. Windows color (decimal): -7967457 or 2059654. OLE color: 2059654.
HSL color Cylindrical-coordinate representation of color #866D1F: hue angle of 45.44º 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 #866D1F is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 109 | 31 | - |
| CMYK | 0 | 0.19 | 0.77 | 0.47 |
| HSL | 45.44º | 0.62% | 0.32% | - |
| HSV(B) | 45.44º | 0.77% | 0.53% | - |
| XYZ | 15.55 | 16.1 | 3.59 | - |
| YUV | 107.58 | 84.78 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 109 | 31 | 0 | 0.19 | 0.77 | 0.47 | 45.44 | 0.62 | 0.32 |
| Hex | 86 | 6D | 1F | 0 | 13 | 4D | 2F | 2D | 3E | 20 |
| Octal | 206 | 155 | 37 | 0 | 23 | 115 | 57 | 55 | 76 | 40 |
| Binary | 10000110 | 1101101 | 11111 | 0 | 10011 | 1001101 | 101111 | 101101 | 111110 | 100000 |
Color Harmonies of #866D1F
Complementary color
Monochromatic Colors of #866D1F
Black with #866D1F
Text Example
Text Example
White with #866D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866D1F; }
p { color: rgb(134,109,31); }
H1.HeaderClassName
{
color: #866D1F;
}
.AnyTagClassName
{
color: #866D1F;
}
</style>
background-color css
<style>
a { background-color: #866D1F; }
a { background-color: rgb(134,109,31); }
div.DivClassName
{
background-color: #866D1F;
}
.BgClassName
{
background-color: #866D1F;
}
</style>
border-color css
<style>
span { border-color: #866D1F; }
span { border-color: rgb(134,109,31); }
td.TdClassName
{
border-color: #866D1F;
}
.TagClassName
{
border-color: #866D1F;
}
</style>