Shades of Yukon Gold #886B10
Tints of Yukon Gold #886B10
RGB
CMYK
RGB Variations
Color information
#886B10 (or 0x886B10) is known color: Yukon Gold. HEX triplet: 88, 6B and 10. RGB value is (136,107,16). Sum of RGB (Red+Green+Blue) = 136+107+16=259 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.51% from 259); Green value is 107 (42.19% from 255 or 41.31% from 259); Blue value is 16 (6.64% from 255 or 6.18% from 259); Max value from RGB is 136 - color contains mainly: red. Hex color #886B10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886B10 is #7794EF. Grayscale: #696969. Windows color (decimal): -7836912 or 1076104. OLE color: 1076104.
HSL color Cylindrical-coordinate representation of color #886B10: hue angle of 45.5º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #886B10 is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 107 | 16 | - |
| CMYK | 0 | 0.21 | 0.88 | 0.47 |
| HSL | 45.5º | 0.79% | 0.3% | - |
| HSV(B) | 45.5º | 0.88% | 0.53% | - |
| XYZ | 15.5 | 15.79 | 2.72 | - |
| YUV | 105.3 | 77.61 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 107 | 16 | 0 | 0.21 | 0.88 | 0.47 | 45.5 | 0.79 | 0.3 |
| Hex | 88 | 6B | 10 | 0 | 15 | 58 | 2F | 2E | 4F | 1E |
| Octal | 210 | 153 | 20 | 0 | 25 | 130 | 57 | 56 | 117 | 36 |
| Binary | 10001000 | 1101011 | 10000 | 0 | 10101 | 1011000 | 101111 | 101110 | 1001111 | 11110 |
Color Harmonies of #886B10
Complementary color
Monochromatic Colors of #886B10
Black with #886B10
Text Example
Text Example
White with #886B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886B10; }
p { color: rgb(136,107,16); }
H1.HeaderClassName
{
color: #886B10;
}
.AnyTagClassName
{
color: #886B10;
}
</style>
background-color css
<style>
a { background-color: #886B10; }
a { background-color: rgb(136,107,16); }
div.DivClassName
{
background-color: #886B10;
}
.BgClassName
{
background-color: #886B10;
}
</style>
border-color css
<style>
span { border-color: #886B10; }
span { border-color: rgb(136,107,16); }
td.TdClassName
{
border-color: #886B10;
}
.TagClassName
{
border-color: #886B10;
}
</style>