Shades of Yukon Gold #896D0A
Tints of Yukon Gold #896D0A
RGB
CMYK
RGB Variations
Color information
#896D0A (or 0x896D0A) is known color: Yukon Gold. HEX triplet: 89, 6D and 0A. RGB value is (137,109,10). Sum of RGB (Red+Green+Blue) = 137+109+10=256 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.52% from 256); Green value is 109 (42.97% from 255 or 42.58% from 256); Blue value is 10 (4.30% from 255 or 3.91% from 256); Max value from RGB is 137 - color contains mainly: red. Hex color #896D0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896D0A is #7692F5. Grayscale: #6A6A6A. Windows color (decimal): -7770870 or 683401. OLE color: 683401.
HSL color Cylindrical-coordinate representation of color #896D0A: hue angle of 46.77º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #896D0A is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 109 | 10 | - |
| CMYK | 0 | 0.20 | 0.93 | 0.46 |
| HSL | 46.77º | 0.86% | 0.29% | - |
| HSV(B) | 46.77º | 0.93% | 0.54% | - |
| XYZ | 15.84 | 16.28 | 2.59 | - |
| YUV | 106.09 | 73.78 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 109 | 10 | 0 | 0.20 | 0.93 | 0.46 | 46.77 | 0.86 | 0.29 |
| Hex | 89 | 6D | A | 0 | 14 | 5D | 2E | 2F | 56 | 1D |
| Octal | 211 | 155 | 12 | 0 | 24 | 135 | 56 | 57 | 126 | 35 |
| Binary | 10001001 | 1101101 | 1010 | 0 | 10100 | 1011101 | 101110 | 101111 | 1010110 | 11101 |
Color Harmonies of #896D0A
Complementary color
Monochromatic Colors of #896D0A
Black with #896D0A
Text Example
Text Example
White with #896D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896D0A; }
p { color: rgb(137,109,10); }
H1.HeaderClassName
{
color: #896D0A;
}
.AnyTagClassName
{
color: #896D0A;
}
</style>
background-color css
<style>
a { background-color: #896D0A; }
a { background-color: rgb(137,109,10); }
div.DivClassName
{
background-color: #896D0A;
}
.BgClassName
{
background-color: #896D0A;
}
</style>
border-color css
<style>
span { border-color: #896D0A; }
span { border-color: rgb(137,109,10); }
td.TdClassName
{
border-color: #896D0A;
}
.TagClassName
{
border-color: #896D0A;
}
</style>