Shades of Yukon Gold #886C20
Tints of Yukon Gold #886C20
RGB
CMYK
RGB Variations
Color information
#886C20 (or 0x886C20) is known color: Yukon Gold. HEX triplet: 88, 6C and 20. RGB value is (136,108,32). Sum of RGB (Red+Green+Blue) = 136+108+32=276 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.28% from 276); Green value is 108 (42.58% from 255 or 39.13% from 276); Blue value is 32 (12.89% from 255 or 11.59% from 276); Max value from RGB is 136 - color contains mainly: red. Hex color #886C20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886C20 is #7793DF. Grayscale: #6C6C6C. Windows color (decimal): -7836640 or 2124936. OLE color: 2124936.
HSL color Cylindrical-coordinate representation of color #886C20: hue angle of 43.85º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #886C20 is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 108 | 32 | - |
| CMYK | 0 | 0.21 | 0.76 | 0.47 |
| HSL | 43.85º | 0.62% | 0.33% | - |
| HSV(B) | 43.85º | 0.76% | 0.53% | - |
| XYZ | 15.78 | 16.06 | 3.64 | - |
| YUV | 107.71 | 85.28 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 108 | 32 | 0 | 0.21 | 0.76 | 0.47 | 43.85 | 0.62 | 0.33 |
| Hex | 88 | 6C | 20 | 0 | 15 | 4C | 2F | 2C | 3E | 21 |
| Octal | 210 | 154 | 40 | 0 | 25 | 114 | 57 | 54 | 76 | 41 |
| Binary | 10001000 | 1101100 | 100000 | 0 | 10101 | 1001100 | 101111 | 101100 | 111110 | 100001 |
Color Harmonies of #886C20
Complementary color
Monochromatic Colors of #886C20
Black with #886C20
Text Example
Text Example
White with #886C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886C20; }
p { color: rgb(136,108,32); }
H1.HeaderClassName
{
color: #886C20;
}
.AnyTagClassName
{
color: #886C20;
}
</style>
background-color css
<style>
a { background-color: #886C20; }
a { background-color: rgb(136,108,32); }
div.DivClassName
{
background-color: #886C20;
}
.BgClassName
{
background-color: #886C20;
}
</style>
border-color css
<style>
span { border-color: #886C20; }
span { border-color: rgb(136,108,32); }
td.TdClassName
{
border-color: #886C20;
}
.TagClassName
{
border-color: #886C20;
}
</style>