Shades of Yukon Gold #86670C
Tints of Yukon Gold #86670C
RGB
CMYK
RGB Variations
Color information
#86670C (or 0x86670C) is known color: Yukon Gold. HEX triplet: 86, 67 and 0C. RGB value is (134,103,12). Sum of RGB (Red+Green+Blue) = 134+103+12=249 (32% of max value = 765). Red value is 134 (52.73% from 255 or 53.82% from 249); Green value is 103 (40.62% from 255 or 41.37% from 249); Blue value is 12 (5.08% from 255 or 4.82% from 249); Max value from RGB is 134 - color contains mainly: red. Hex color #86670C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #86670C is #7998F3. Grayscale: #666666. Windows color (decimal): -7969012 or 812934. OLE color: 812934.
HSL color Cylindrical-coordinate representation of color #86670C: hue angle of 44.75º 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 #86670C is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 103 | 12 | - |
| CMYK | 0 | 0.23 | 0.91 | 0.47 |
| HSL | 44.75º | 0.84% | 0.29% | - |
| HSV(B) | 44.75º | 0.91% | 0.53% | - |
| XYZ | 14.75 | 14.8 | 2.43 | - |
| YUV | 101.9 | 77.27 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 103 | 12 | 0 | 0.23 | 0.91 | 0.47 | 44.75 | 0.84 | 0.29 |
| Hex | 86 | 67 | C | 0 | 17 | 5B | 2F | 2D | 54 | 1D |
| Octal | 206 | 147 | 14 | 0 | 27 | 133 | 57 | 55 | 124 | 35 |
| Binary | 10000110 | 1100111 | 1100 | 0 | 10111 | 1011011 | 101111 | 101101 | 1010100 | 11101 |
Color Harmonies of #86670C
Complementary color
Monochromatic Colors of #86670C
Black with #86670C
Text Example
Text Example
White with #86670C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86670C; }
p { color: rgb(134,103,12); }
H1.HeaderClassName
{
color: #86670C;
}
.AnyTagClassName
{
color: #86670C;
}
</style>
background-color css
<style>
a { background-color: #86670C; }
a { background-color: rgb(134,103,12); }
div.DivClassName
{
background-color: #86670C;
}
.BgClassName
{
background-color: #86670C;
}
</style>
border-color css
<style>
span { border-color: #86670C; }
span { border-color: rgb(134,103,12); }
td.TdClassName
{
border-color: #86670C;
}
.TagClassName
{
border-color: #86670C;
}
</style>