Shades of Yukon Gold #86690F
Tints of Yukon Gold #86690F
RGB
CMYK
RGB Variations
Color information
#86690F (or 0x86690F) is known color: Yukon Gold. HEX triplet: 86, 69 and 0F. RGB value is (134,105,15). Sum of RGB (Red+Green+Blue) = 134+105+15=254 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.76% from 254); Green value is 105 (41.41% from 255 or 41.34% from 254); Blue value is 15 (6.25% from 255 or 5.91% from 254); Max value from RGB is 134 - color contains mainly: red. Hex color #86690F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #86690F is #7996F0. Grayscale: #676767. Windows color (decimal): -7968497 or 1010054. OLE color: 1010054.
HSL color Cylindrical-coordinate representation of color #86690F: hue angle of 45.38º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #86690F is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 105 | 15 | - |
| CMYK | 0 | 0.22 | 0.89 | 0.47 |
| HSL | 45.38º | 0.8% | 0.29% | - |
| HSV(B) | 45.38º | 0.89% | 0.53% | - |
| XYZ | 14.97 | 15.21 | 2.6 | - |
| YUV | 103.41 | 78.11 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 105 | 15 | 0 | 0.22 | 0.89 | 0.47 | 45.38 | 0.8 | 0.29 |
| Hex | 86 | 69 | F | 0 | 16 | 59 | 2F | 2D | 50 | 1D |
| Octal | 206 | 151 | 17 | 0 | 26 | 131 | 57 | 55 | 120 | 35 |
| Binary | 10000110 | 1101001 | 1111 | 0 | 10110 | 1011001 | 101111 | 101101 | 1010000 | 11101 |
Color Harmonies of #86690F
Complementary color
Monochromatic Colors of #86690F
Black with #86690F
Text Example
Text Example
White with #86690F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86690F; }
p { color: rgb(134,105,15); }
H1.HeaderClassName
{
color: #86690F;
}
.AnyTagClassName
{
color: #86690F;
}
</style>
background-color css
<style>
a { background-color: #86690F; }
a { background-color: rgb(134,105,15); }
div.DivClassName
{
background-color: #86690F;
}
.BgClassName
{
background-color: #86690F;
}
</style>
border-color css
<style>
span { border-color: #86690F; }
span { border-color: rgb(134,105,15); }
td.TdClassName
{
border-color: #86690F;
}
.TagClassName
{
border-color: #86690F;
}
</style>