Shades of Yukon Gold #866B12
Tints of Yukon Gold #866B12
RGB
CMYK
RGB Variations
Color information
#866B12 (or 0x866B12) is known color: Yukon Gold. HEX triplet: 86, 6B and 12. RGB value is (134,107,18). Sum of RGB (Red+Green+Blue) = 134+107+18=259 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.74% from 259); Green value is 107 (42.19% from 255 or 41.31% from 259); Blue value is 18 (7.42% from 255 or 6.95% from 259); Max value from RGB is 134 - color contains mainly: red. Hex color #866B12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866B12 is #7994ED. Grayscale: #696969. Windows color (decimal): -7967982 or 1207174. OLE color: 1207174.
HSL color Cylindrical-coordinate representation of color #866B12: hue angle of 46.03º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #866B12 is Cyan = 0, Magento = 0.20, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 107 | 18 | - |
| CMYK | 0 | 0.20 | 0.87 | 0.47 |
| HSL | 46.03º | 0.76% | 0.3% | - |
| HSV(B) | 46.03º | 0.87% | 0.53% | - |
| XYZ | 15.2 | 15.63 | 2.79 | - |
| YUV | 104.93 | 78.95 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 107 | 18 | 0 | 0.20 | 0.87 | 0.47 | 46.03 | 0.76 | 0.3 |
| Hex | 86 | 6B | 12 | 0 | 14 | 57 | 2F | 2E | 4C | 1E |
| Octal | 206 | 153 | 22 | 0 | 24 | 127 | 57 | 56 | 114 | 36 |
| Binary | 10000110 | 1101011 | 10010 | 0 | 10100 | 1010111 | 101111 | 101110 | 1001100 | 11110 |
Color Harmonies of #866B12
Complementary color
Monochromatic Colors of #866B12
Black with #866B12
Text Example
Text Example
White with #866B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866B12; }
p { color: rgb(134,107,18); }
H1.HeaderClassName
{
color: #866B12;
}
.AnyTagClassName
{
color: #866B12;
}
</style>
background-color css
<style>
a { background-color: #866B12; }
a { background-color: rgb(134,107,18); }
div.DivClassName
{
background-color: #866B12;
}
.BgClassName
{
background-color: #866B12;
}
</style>
border-color css
<style>
span { border-color: #866B12; }
span { border-color: rgb(134,107,18); }
td.TdClassName
{
border-color: #866B12;
}
.TagClassName
{
border-color: #866B12;
}
</style>