Shades of Yukon Gold #886D1F
Tints of Yukon Gold #886D1F
RGB
CMYK
RGB Variations
Color information
#886D1F (or 0x886D1F) is known color: Yukon Gold. HEX triplet: 88, 6D and 1F. RGB value is (136,109,31). Sum of RGB (Red+Green+Blue) = 136+109+31=276 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.28% from 276); Green value is 109 (42.97% from 255 or 39.49% from 276); Blue value is 31 (12.5% from 255 or 11.23% from 276); Max value from RGB is 136 - color contains mainly: red. Hex color #886D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886D1F is #7792E0. Grayscale: #6C6C6C. Windows color (decimal): -7836385 or 2059656. OLE color: 2059656.
HSL color Cylindrical-coordinate representation of color #886D1F: hue angle of 44.57º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #886D1F is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 109 | 31 | - |
| CMYK | 0 | 0.20 | 0.77 | 0.47 |
| HSL | 44.57º | 0.63% | 0.33% | - |
| HSV(B) | 44.57º | 0.77% | 0.53% | - |
| XYZ | 15.87 | 16.27 | 3.6 | - |
| YUV | 108.18 | 84.45 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 109 | 31 | 0 | 0.20 | 0.77 | 0.47 | 44.57 | 0.63 | 0.33 |
| Hex | 88 | 6D | 1F | 0 | 14 | 4D | 2F | 2D | 3F | 21 |
| Octal | 210 | 155 | 37 | 0 | 24 | 115 | 57 | 55 | 77 | 41 |
| Binary | 10001000 | 1101101 | 11111 | 0 | 10100 | 1001101 | 101111 | 101101 | 111111 | 100001 |
Color Harmonies of #886D1F
Complementary color
Monochromatic Colors of #886D1F
Black with #886D1F
Text Example
Text Example
White with #886D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886D1F; }
p { color: rgb(136,109,31); }
H1.HeaderClassName
{
color: #886D1F;
}
.AnyTagClassName
{
color: #886D1F;
}
</style>
background-color css
<style>
a { background-color: #886D1F; }
a { background-color: rgb(136,109,31); }
div.DivClassName
{
background-color: #886D1F;
}
.BgClassName
{
background-color: #886D1F;
}
</style>
border-color css
<style>
span { border-color: #886D1F; }
span { border-color: rgb(136,109,31); }
td.TdClassName
{
border-color: #886D1F;
}
.TagClassName
{
border-color: #886D1F;
}
</style>