Shades of Yukon Gold #886C18
Tints of Yukon Gold #886C18
RGB
CMYK
RGB Variations
Color information
#886C18 (or 0x886C18) is known color: Yukon Gold. HEX triplet: 88, 6C and 18. RGB value is (136,108,24). Sum of RGB (Red+Green+Blue) = 136+108+24=268 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.75% from 268); Green value is 108 (42.58% from 255 or 40.30% from 268); Blue value is 24 (9.77% from 255 or 8.96% from 268); Max value from RGB is 136 - color contains mainly: red. Hex color #886C18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886C18 is #7793E7. Grayscale: #6B6B6B. Windows color (decimal): -7836648 or 1600648. OLE color: 1600648.
HSL color Cylindrical-coordinate representation of color #886C18: hue angle of 45º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #886C18 is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 108 | 24 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.47 |
| HSL | 45º | 0.7% | 0.31% | - |
| HSV(B) | 45º | 0.82% | 0.53% | - |
| XYZ | 15.68 | 16.03 | 3.13 | - |
| YUV | 106.8 | 81.28 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 108 | 24 | 0 | 0.21 | 0.82 | 0.47 | 45 | 0.7 | 0.31 |
| Hex | 88 | 6C | 18 | 0 | 15 | 52 | 2F | 2D | 46 | 1F |
| Octal | 210 | 154 | 30 | 0 | 25 | 122 | 57 | 55 | 106 | 37 |
| Binary | 10001000 | 1101100 | 11000 | 0 | 10101 | 1010010 | 101111 | 101101 | 1000110 | 11111 |
Color Harmonies of #886C18
Complementary color
Monochromatic Colors of #886C18
Black with #886C18
Text Example
Text Example
White with #886C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886C18; }
p { color: rgb(136,108,24); }
H1.HeaderClassName
{
color: #886C18;
}
.AnyTagClassName
{
color: #886C18;
}
</style>
background-color css
<style>
a { background-color: #886C18; }
a { background-color: rgb(136,108,24); }
div.DivClassName
{
background-color: #886C18;
}
.BgClassName
{
background-color: #886C18;
}
</style>
border-color css
<style>
span { border-color: #886C18; }
span { border-color: rgb(136,108,24); }
td.TdClassName
{
border-color: #886C18;
}
.TagClassName
{
border-color: #886C18;
}
</style>