Shades of Yukon Gold #86640F
Tints of Yukon Gold #86640F
RGB
CMYK
RGB Variations
Color information
#86640F (or 0x86640F) is known color: Yukon Gold. HEX triplet: 86, 64 and 0F. RGB value is (134,100,15). Sum of RGB (Red+Green+Blue) = 134+100+15=249 (32% of max value = 765). Red value is 134 (52.73% from 255 or 53.82% from 249); Green value is 100 (39.45% from 255 or 40.16% from 249); Blue value is 15 (6.25% from 255 or 6.02% from 249); Max value from RGB is 134 - color contains mainly: red. Hex color #86640F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #86640F is #799BF0. Grayscale: #646464. Windows color (decimal): -7969777 or 1008774. OLE color: 1008774.
HSL color Cylindrical-coordinate representation of color #86640F: hue angle of 42.86º 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 #86640F is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 100 | 15 | - |
| CMYK | 0 | 0.25 | 0.89 | 0.47 |
| HSL | 42.86º | 0.8% | 0.29% | - |
| HSV(B) | 42.86º | 0.89% | 0.53% | - |
| XYZ | 14.47 | 14.22 | 2.43 | - |
| YUV | 100.48 | 79.76 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 100 | 15 | 0 | 0.25 | 0.89 | 0.47 | 42.86 | 0.8 | 0.29 |
| Hex | 86 | 64 | F | 0 | 19 | 59 | 2F | 2B | 50 | 1D |
| Octal | 206 | 144 | 17 | 0 | 31 | 131 | 57 | 53 | 120 | 35 |
| Binary | 10000110 | 1100100 | 1111 | 0 | 11001 | 1011001 | 101111 | 101011 | 1010000 | 11101 |
Color Harmonies of #86640F
Complementary color
Monochromatic Colors of #86640F
Black with #86640F
Text Example
Text Example
White with #86640F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86640F; }
p { color: rgb(134,100,15); }
H1.HeaderClassName
{
color: #86640F;
}
.AnyTagClassName
{
color: #86640F;
}
</style>
background-color css
<style>
a { background-color: #86640F; }
a { background-color: rgb(134,100,15); }
div.DivClassName
{
background-color: #86640F;
}
.BgClassName
{
background-color: #86640F;
}
</style>
border-color css
<style>
span { border-color: #86640F; }
span { border-color: rgb(134,100,15); }
td.TdClassName
{
border-color: #86640F;
}
.TagClassName
{
border-color: #86640F;
}
</style>