Shades of Yukon Gold #866C1D
Tints of Yukon Gold #866C1D
RGB
CMYK
RGB Variations
Color information
#866C1D (or 0x866C1D) is known color: Yukon Gold. HEX triplet: 86, 6C and 1D. RGB value is (134,108,29). Sum of RGB (Red+Green+Blue) = 134+108+29=271 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.45% from 271); Green value is 108 (42.58% from 255 or 39.85% from 271); Blue value is 29 (11.72% from 255 or 10.70% from 271); Max value from RGB is 134 - color contains mainly: red. Hex color #866C1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866C1D is #7993E2. Grayscale: #6B6B6B. Windows color (decimal): -7967715 or 1928326. OLE color: 1928326.
HSL color Cylindrical-coordinate representation of color #866C1D: hue angle of 45.14º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #866C1D is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 108 | 29 | - |
| CMYK | 0 | 0.19 | 0.78 | 0.47 |
| HSL | 45.14º | 0.64% | 0.32% | - |
| HSV(B) | 45.14º | 0.78% | 0.53% | - |
| XYZ | 15.42 | 15.88 | 3.42 | - |
| YUV | 106.77 | 84.11 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 108 | 29 | 0 | 0.19 | 0.78 | 0.47 | 45.14 | 0.64 | 0.32 |
| Hex | 86 | 6C | 1D | 0 | 13 | 4E | 2F | 2D | 40 | 20 |
| Octal | 206 | 154 | 35 | 0 | 23 | 116 | 57 | 55 | 100 | 40 |
| Binary | 10000110 | 1101100 | 11101 | 0 | 10011 | 1001110 | 101111 | 101101 | 1000000 | 100000 |
Color Harmonies of #866C1D
Complementary color
Monochromatic Colors of #866C1D
Black with #866C1D
Text Example
Text Example
White with #866C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866C1D; }
p { color: rgb(134,108,29); }
H1.HeaderClassName
{
color: #866C1D;
}
.AnyTagClassName
{
color: #866C1D;
}
</style>
background-color css
<style>
a { background-color: #866C1D; }
a { background-color: rgb(134,108,29); }
div.DivClassName
{
background-color: #866C1D;
}
.BgClassName
{
background-color: #866C1D;
}
</style>
border-color css
<style>
span { border-color: #866C1D; }
span { border-color: rgb(134,108,29); }
td.TdClassName
{
border-color: #866C1D;
}
.TagClassName
{
border-color: #866C1D;
}
</style>