Shades of Yukon Gold #886F13
Tints of Yukon Gold #886F13
RGB
CMYK
RGB Variations
Color information
#886F13 (or 0x886F13) is known color: Yukon Gold. HEX triplet: 88, 6F and 13. RGB value is (136,111,19). Sum of RGB (Red+Green+Blue) = 136+111+19=266 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.13% from 266); Green value is 111 (43.75% from 255 or 41.73% from 266); Blue value is 19 (7.81% from 255 or 7.14% from 266); Max value from RGB is 136 - color contains mainly: red. Hex color #886F13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886F13 is #7790EC. Grayscale: #6C6C6C. Windows color (decimal): -7835885 or 1273736. OLE color: 1273736.
HSL color Cylindrical-coordinate representation of color #886F13: hue angle of 47.18º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #886F13 is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 111 | 19 | - |
| CMYK | 0 | 0.18 | 0.86 | 0.47 |
| HSL | 47.18º | 0.75% | 0.3% | - |
| HSV(B) | 47.18º | 0.86% | 0.53% | - |
| XYZ | 15.96 | 16.65 | 2.99 | - |
| YUV | 107.99 | 77.78 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 111 | 19 | 0 | 0.18 | 0.86 | 0.47 | 47.18 | 0.75 | 0.3 |
| Hex | 88 | 6F | 13 | 0 | 12 | 56 | 2F | 2F | 4B | 1E |
| Octal | 210 | 157 | 23 | 0 | 22 | 126 | 57 | 57 | 113 | 36 |
| Binary | 10001000 | 1101111 | 10011 | 0 | 10010 | 1010110 | 101111 | 101111 | 1001011 | 11110 |
Color Harmonies of #886F13
Complementary color
Monochromatic Colors of #886F13
Black with #886F13
Text Example
Text Example
White with #886F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886F13; }
p { color: rgb(136,111,19); }
H1.HeaderClassName
{
color: #886F13;
}
.AnyTagClassName
{
color: #886F13;
}
</style>
background-color css
<style>
a { background-color: #886F13; }
a { background-color: rgb(136,111,19); }
div.DivClassName
{
background-color: #886F13;
}
.BgClassName
{
background-color: #886F13;
}
</style>
border-color css
<style>
span { border-color: #886F13; }
span { border-color: rgb(136,111,19); }
td.TdClassName
{
border-color: #886F13;
}
.TagClassName
{
border-color: #886F13;
}
</style>