Shades of Yukon Gold #896D16
Tints of Yukon Gold #896D16
RGB
CMYK
RGB Variations
Color information
#896D16 (or 0x896D16) is known color: Yukon Gold. HEX triplet: 89, 6D and 16. RGB value is (137,109,22). Sum of RGB (Red+Green+Blue) = 137+109+22=268 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.12% from 268); Green value is 109 (42.97% from 255 or 40.67% from 268); Blue value is 22 (8.98% from 255 or 8.21% from 268); Max value from RGB is 137 - color contains mainly: red. Hex color #896D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896D16 is #7692E9. Grayscale: #6B6B6B. Windows color (decimal): -7770858 or 1469833. OLE color: 1469833.
HSL color Cylindrical-coordinate representation of color #896D16: hue angle of 45.39º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #896D16 is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 109 | 22 | - |
| CMYK | 0 | 0.20 | 0.84 | 0.46 |
| HSL | 45.39º | 0.72% | 0.31% | - |
| HSV(B) | 45.39º | 0.84% | 0.54% | - |
| XYZ | 15.93 | 16.31 | 3.07 | - |
| YUV | 107.45 | 79.78 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 109 | 22 | 0 | 0.20 | 0.84 | 0.46 | 45.39 | 0.72 | 0.31 |
| Hex | 89 | 6D | 16 | 0 | 14 | 54 | 2E | 2D | 48 | 1F |
| Octal | 211 | 155 | 26 | 0 | 24 | 124 | 56 | 55 | 110 | 37 |
| Binary | 10001001 | 1101101 | 10110 | 0 | 10100 | 1010100 | 101110 | 101101 | 1001000 | 11111 |
Color Harmonies of #896D16
Complementary color
Monochromatic Colors of #896D16
Black with #896D16
Text Example
Text Example
White with #896D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896D16; }
p { color: rgb(137,109,22); }
H1.HeaderClassName
{
color: #896D16;
}
.AnyTagClassName
{
color: #896D16;
}
</style>
background-color css
<style>
a { background-color: #896D16; }
a { background-color: rgb(137,109,22); }
div.DivClassName
{
background-color: #896D16;
}
.BgClassName
{
background-color: #896D16;
}
</style>
border-color css
<style>
span { border-color: #896D16; }
span { border-color: rgb(137,109,22); }
td.TdClassName
{
border-color: #896D16;
}
.TagClassName
{
border-color: #896D16;
}
</style>