Shades of Yukon Gold #86620D
Tints of Yukon Gold #86620D
RGB
CMYK
RGB Variations
Color information
#86620D (or 0x86620D) is known color: Yukon Gold. HEX triplet: 86, 62 and 0D. RGB value is (134,98,13). Sum of RGB (Red+Green+Blue) = 134+98+13=245 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.69% from 245); Green value is 98 (38.67% from 255 or 40% from 245); Blue value is 13 (5.47% from 255 or 5.31% from 245); Max value from RGB is 134 - color contains mainly: red. Hex color #86620D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #86620D is #799DF2. Grayscale: #636363. Windows color (decimal): -7970291 or 877190. OLE color: 877190.
HSL color Cylindrical-coordinate representation of color #86620D: hue angle of 42.15º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #86620D is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 98 | 13 | - |
| CMYK | 0 | 0.27 | 0.90 | 0.47 |
| HSL | 42.15º | 0.82% | 0.29% | - |
| HSV(B) | 42.15º | 0.9% | 0.53% | - |
| XYZ | 14.27 | 13.83 | 2.3 | - |
| YUV | 99.07 | 79.43 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 98 | 13 | 0 | 0.27 | 0.90 | 0.47 | 42.15 | 0.82 | 0.29 |
| Hex | 86 | 62 | D | 0 | 1B | 5A | 2F | 2A | 52 | 1D |
| Octal | 206 | 142 | 15 | 0 | 33 | 132 | 57 | 52 | 122 | 35 |
| Binary | 10000110 | 1100010 | 1101 | 0 | 11011 | 1011010 | 101111 | 101010 | 1010010 | 11101 |
Color Harmonies of #86620D
Complementary color
Monochromatic Colors of #86620D
Black with #86620D
Text Example
Text Example
White with #86620D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86620D; }
p { color: rgb(134,98,13); }
H1.HeaderClassName
{
color: #86620D;
}
.AnyTagClassName
{
color: #86620D;
}
</style>
background-color css
<style>
a { background-color: #86620D; }
a { background-color: rgb(134,98,13); }
div.DivClassName
{
background-color: #86620D;
}
.BgClassName
{
background-color: #86620D;
}
</style>
border-color css
<style>
span { border-color: #86620D; }
span { border-color: rgb(134,98,13); }
td.TdClassName
{
border-color: #86620D;
}
.TagClassName
{
border-color: #86620D;
}
</style>