Shades of Yukon Gold #886A25
Tints of Yukon Gold #886A25
RGB
CMYK
RGB Variations
Color information
#886A25 (or 0x886A25) is known color: Yukon Gold. HEX triplet: 88, 6A and 25. RGB value is (136,106,37). Sum of RGB (Red+Green+Blue) = 136+106+37=279 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.75% from 279); Green value is 106 (41.80% from 255 or 37.99% from 279); Blue value is 37 (14.84% from 255 or 13.26% from 279); Max value from RGB is 136 - color contains mainly: red. Hex color #886A25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886A25 is #7795DA. Grayscale: #6B6B6B. Windows color (decimal): -7837147 or 2452104. OLE color: 2452104.
HSL color Cylindrical-coordinate representation of color #886A25: hue angle of 41.82º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #886A25 is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 106 | 37 | - |
| CMYK | 0 | 0.22 | 0.73 | 0.47 |
| HSL | 41.82º | 0.57% | 0.34% | - |
| HSV(B) | 41.82º | 0.73% | 0.53% | - |
| XYZ | 15.64 | 15.68 | 3.95 | - |
| YUV | 107.1 | 88.44 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 106 | 37 | 0 | 0.22 | 0.73 | 0.47 | 41.82 | 0.57 | 0.34 |
| Hex | 88 | 6A | 25 | 0 | 16 | 49 | 2F | 2A | 39 | 22 |
| Octal | 210 | 152 | 45 | 0 | 26 | 111 | 57 | 52 | 71 | 42 |
| Binary | 10001000 | 1101010 | 100101 | 0 | 10110 | 1001001 | 101111 | 101010 | 111001 | 100010 |
Color Harmonies of #886A25
Complementary color
Monochromatic Colors of #886A25
Black with #886A25
Text Example
Text Example
White with #886A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886A25; }
p { color: rgb(136,106,37); }
H1.HeaderClassName
{
color: #886A25;
}
.AnyTagClassName
{
color: #886A25;
}
</style>
background-color css
<style>
a { background-color: #886A25; }
a { background-color: rgb(136,106,37); }
div.DivClassName
{
background-color: #886A25;
}
.BgClassName
{
background-color: #886A25;
}
</style>
border-color css
<style>
span { border-color: #886A25; }
span { border-color: rgb(136,106,37); }
td.TdClassName
{
border-color: #886A25;
}
.TagClassName
{
border-color: #886A25;
}
</style>