Shades of Yukon Gold #88680E
Tints of Yukon Gold #88680E
RGB
CMYK
RGB Variations
Color information
#88680E (or 0x88680E) is known color: Yukon Gold. HEX triplet: 88, 68 and 0E. RGB value is (136,104,14). Sum of RGB (Red+Green+Blue) = 136+104+14=254 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.54% from 254); Green value is 104 (41.02% from 255 or 40.94% from 254); Blue value is 14 (5.86% from 255 or 5.51% from 254); Max value from RGB is 136 - color contains mainly: red. Hex color #88680E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #88680E is #7797F1. Grayscale: #676767. Windows color (decimal): -7837682 or 944264. OLE color: 944264.
HSL color Cylindrical-coordinate representation of color #88680E: hue angle of 44.26º degrees, saturation: 0.81, 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 #88680E is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 104 | 14 | - |
| CMYK | 0 | 0.24 | 0.90 | 0.47 |
| HSL | 44.26º | 0.81% | 0.29% | - |
| HSV(B) | 44.26º | 0.9% | 0.53% | - |
| XYZ | 15.18 | 15.17 | 2.54 | - |
| YUV | 103.31 | 77.6 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 104 | 14 | 0 | 0.24 | 0.90 | 0.47 | 44.26 | 0.81 | 0.29 |
| Hex | 88 | 68 | E | 0 | 18 | 5A | 2F | 2C | 51 | 1D |
| Octal | 210 | 150 | 16 | 0 | 30 | 132 | 57 | 54 | 121 | 35 |
| Binary | 10001000 | 1101000 | 1110 | 0 | 11000 | 1011010 | 101111 | 101100 | 1010001 | 11101 |
Color Harmonies of #88680E
Complementary color
Monochromatic Colors of #88680E
Black with #88680E
Text Example
Text Example
White with #88680E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88680E; }
p { color: rgb(136,104,14); }
H1.HeaderClassName
{
color: #88680E;
}
.AnyTagClassName
{
color: #88680E;
}
</style>
background-color css
<style>
a { background-color: #88680E; }
a { background-color: rgb(136,104,14); }
div.DivClassName
{
background-color: #88680E;
}
.BgClassName
{
background-color: #88680E;
}
</style>
border-color css
<style>
span { border-color: #88680E; }
span { border-color: rgb(136,104,14); }
td.TdClassName
{
border-color: #88680E;
}
.TagClassName
{
border-color: #88680E;
}
</style>