Shades of Yukon Gold #86690C
Tints of Yukon Gold #86690C
RGB
CMYK
RGB Variations
Color information
#86690C (or 0x86690C) is known color: Yukon Gold. HEX triplet: 86, 69 and 0C. RGB value is (134,105,12). Sum of RGB (Red+Green+Blue) = 134+105+12=251 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.39% from 251); Green value is 105 (41.41% from 255 or 41.83% from 251); Blue value is 12 (5.08% from 255 or 4.78% from 251); Max value from RGB is 134 - color contains mainly: red. Hex color #86690C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #86690C is #7996F3. Grayscale: #676767. Windows color (decimal): -7968500 or 813446. OLE color: 813446.
HSL color Cylindrical-coordinate representation of color #86690C: hue angle of 45.74º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #86690C is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 105 | 12 | - |
| CMYK | 0 | 0.22 | 0.91 | 0.47 |
| HSL | 45.74º | 0.84% | 0.29% | - |
| HSV(B) | 45.74º | 0.91% | 0.53% | - |
| XYZ | 14.95 | 15.2 | 2.49 | - |
| YUV | 103.07 | 76.61 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 105 | 12 | 0 | 0.22 | 0.91 | 0.47 | 45.74 | 0.84 | 0.29 |
| Hex | 86 | 69 | C | 0 | 16 | 5B | 2F | 2E | 54 | 1D |
| Octal | 206 | 151 | 14 | 0 | 26 | 133 | 57 | 56 | 124 | 35 |
| Binary | 10000110 | 1101001 | 1100 | 0 | 10110 | 1011011 | 101111 | 101110 | 1010100 | 11101 |
Color Harmonies of #86690C
Complementary color
Monochromatic Colors of #86690C
Black with #86690C
Text Example
Text Example
White with #86690C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86690C; }
p { color: rgb(134,105,12); }
H1.HeaderClassName
{
color: #86690C;
}
.AnyTagClassName
{
color: #86690C;
}
</style>
background-color css
<style>
a { background-color: #86690C; }
a { background-color: rgb(134,105,12); }
div.DivClassName
{
background-color: #86690C;
}
.BgClassName
{
background-color: #86690C;
}
</style>
border-color css
<style>
span { border-color: #86690C; }
span { border-color: rgb(134,105,12); }
td.TdClassName
{
border-color: #86690C;
}
.TagClassName
{
border-color: #86690C;
}
</style>