Shades of Yukon Gold #896D14
Tints of Yukon Gold #896D14
RGB
CMYK
RGB Variations
Color information
#896D14 (or 0x896D14) is known color: Yukon Gold. HEX triplet: 89, 6D and 14. RGB value is (137,109,20). Sum of RGB (Red+Green+Blue) = 137+109+20=266 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.50% from 266); Green value is 109 (42.97% from 255 or 40.98% from 266); Blue value is 20 (8.20% from 255 or 7.52% from 266); Max value from RGB is 137 - color contains mainly: red. Hex color #896D14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896D14 is #7692EB. Grayscale: #6B6B6B. Windows color (decimal): -7770860 or 1338761. OLE color: 1338761.
HSL color Cylindrical-coordinate representation of color #896D14: hue angle of 45.64º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #896D14 is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 109 | 20 | - |
| CMYK | 0 | 0.20 | 0.85 | 0.46 |
| HSL | 45.64º | 0.75% | 0.31% | - |
| HSV(B) | 45.64º | 0.85% | 0.54% | - |
| XYZ | 15.91 | 16.31 | 2.97 | - |
| YUV | 107.23 | 78.78 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 109 | 20 | 0 | 0.20 | 0.85 | 0.46 | 45.64 | 0.75 | 0.31 |
| Hex | 89 | 6D | 14 | 0 | 14 | 55 | 2E | 2E | 4B | 1F |
| Octal | 211 | 155 | 24 | 0 | 24 | 125 | 56 | 56 | 113 | 37 |
| Binary | 10001001 | 1101101 | 10100 | 0 | 10100 | 1010101 | 101110 | 101110 | 1001011 | 11111 |
Color Harmonies of #896D14
Complementary color
Monochromatic Colors of #896D14
Black with #896D14
Text Example
Text Example
White with #896D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896D14; }
p { color: rgb(137,109,20); }
H1.HeaderClassName
{
color: #896D14;
}
.AnyTagClassName
{
color: #896D14;
}
</style>
background-color css
<style>
a { background-color: #896D14; }
a { background-color: rgb(137,109,20); }
div.DivClassName
{
background-color: #896D14;
}
.BgClassName
{
background-color: #896D14;
}
</style>
border-color css
<style>
span { border-color: #896D14; }
span { border-color: rgb(137,109,20); }
td.TdClassName
{
border-color: #896D14;
}
.TagClassName
{
border-color: #896D14;
}
</style>