Shades of Yukon Gold #86691E
Tints of Yukon Gold #86691E
RGB
CMYK
RGB Variations
Color information
#86691E (or 0x86691E) is known color: Yukon Gold. HEX triplet: 86, 69 and 1E. RGB value is (134,105,30). Sum of RGB (Red+Green+Blue) = 134+105+30=269 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.81% from 269); Green value is 105 (41.41% from 255 or 39.03% from 269); Blue value is 30 (12.11% from 255 or 11.15% from 269); Max value from RGB is 134 - color contains mainly: red. Hex color #86691E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86691E is #7996E1. Grayscale: #696969. Windows color (decimal): -7968482 or 1993094. OLE color: 1993094.
HSL color Cylindrical-coordinate representation of color #86691E: hue angle of 43.27º 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 #86691E is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 105 | 30 | - |
| CMYK | 0 | 0.22 | 0.78 | 0.47 |
| HSL | 43.27º | 0.63% | 0.32% | - |
| HSV(B) | 43.27º | 0.78% | 0.53% | - |
| XYZ | 15.12 | 15.27 | 3.38 | - |
| YUV | 105.12 | 85.61 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 105 | 30 | 0 | 0.22 | 0.78 | 0.47 | 43.27 | 0.63 | 0.32 |
| Hex | 86 | 69 | 1E | 0 | 16 | 4E | 2F | 2B | 3F | 20 |
| Octal | 206 | 151 | 36 | 0 | 26 | 116 | 57 | 53 | 77 | 40 |
| Binary | 10000110 | 1101001 | 11110 | 0 | 10110 | 1001110 | 101111 | 101011 | 111111 | 100000 |
Color Harmonies of #86691E
Complementary color
Monochromatic Colors of #86691E
Black with #86691E
Text Example
Text Example
White with #86691E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86691E; }
p { color: rgb(134,105,30); }
H1.HeaderClassName
{
color: #86691E;
}
.AnyTagClassName
{
color: #86691E;
}
</style>
background-color css
<style>
a { background-color: #86691E; }
a { background-color: rgb(134,105,30); }
div.DivClassName
{
background-color: #86691E;
}
.BgClassName
{
background-color: #86691E;
}
</style>
border-color css
<style>
span { border-color: #86691E; }
span { border-color: rgb(134,105,30); }
td.TdClassName
{
border-color: #86691E;
}
.TagClassName
{
border-color: #86691E;
}
</style>