Shades of Yukon Gold #886A0D
Tints of Yukon Gold #886A0D
RGB
CMYK
RGB Variations
Color information
#886A0D (or 0x886A0D) is known color: Yukon Gold. HEX triplet: 88, 6A and 0D. RGB value is (136,106,13). Sum of RGB (Red+Green+Blue) = 136+106+13=255 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.33% from 255); Green value is 106 (41.80% from 255 or 41.57% from 255); Blue value is 13 (5.47% from 255 or 5.10% from 255); Max value from RGB is 136 - color contains mainly: red. Hex color #886A0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886A0D is #7795F2. Grayscale: #686868. Windows color (decimal): -7837171 or 879240. OLE color: 879240.
HSL color Cylindrical-coordinate representation of color #886A0D: hue angle of 45.37º degrees, saturation: 0.83, 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 #886A0D is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 106 | 13 | - |
| CMYK | 0 | 0.22 | 0.90 | 0.47 |
| HSL | 45.37º | 0.83% | 0.29% | - |
| HSV(B) | 45.37º | 0.9% | 0.53% | - |
| XYZ | 15.38 | 15.57 | 2.58 | - |
| YUV | 104.37 | 76.44 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 106 | 13 | 0 | 0.22 | 0.90 | 0.47 | 45.37 | 0.83 | 0.29 |
| Hex | 88 | 6A | D | 0 | 16 | 5A | 2F | 2D | 53 | 1D |
| Octal | 210 | 152 | 15 | 0 | 26 | 132 | 57 | 55 | 123 | 35 |
| Binary | 10001000 | 1101010 | 1101 | 0 | 10110 | 1011010 | 101111 | 101101 | 1010011 | 11101 |
Color Harmonies of #886A0D
Complementary color
Monochromatic Colors of #886A0D
Black with #886A0D
Text Example
Text Example
White with #886A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886A0D; }
p { color: rgb(136,106,13); }
H1.HeaderClassName
{
color: #886A0D;
}
.AnyTagClassName
{
color: #886A0D;
}
</style>
background-color css
<style>
a { background-color: #886A0D; }
a { background-color: rgb(136,106,13); }
div.DivClassName
{
background-color: #886A0D;
}
.BgClassName
{
background-color: #886A0D;
}
</style>
border-color css
<style>
span { border-color: #886A0D; }
span { border-color: rgb(136,106,13); }
td.TdClassName
{
border-color: #886A0D;
}
.TagClassName
{
border-color: #886A0D;
}
</style>