Shades of Yukon Gold #896C0A
Tints of Yukon Gold #896C0A
RGB
CMYK
RGB Variations
Color information
#896C0A (or 0x896C0A) is known color: Yukon Gold. HEX triplet: 89, 6C and 0A. RGB value is (137,108,10). Sum of RGB (Red+Green+Blue) = 137+108+10=255 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.73% from 255); Green value is 108 (42.58% from 255 or 42.35% from 255); Blue value is 10 (4.30% from 255 or 3.92% from 255); Max value from RGB is 137 - color contains mainly: red. Hex color #896C0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896C0A is #7693F5. Grayscale: #696969. Windows color (decimal): -7771126 or 683145. OLE color: 683145.
HSL color Cylindrical-coordinate representation of color #896C0A: hue angle of 46.3º 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 #896C0A is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 108 | 10 | - |
| CMYK | 0 | 0.21 | 0.93 | 0.46 |
| HSL | 46.3º | 0.86% | 0.29% | - |
| HSV(B) | 46.3º | 0.93% | 0.54% | - |
| XYZ | 15.73 | 16.07 | 2.56 | - |
| YUV | 105.5 | 74.11 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 108 | 10 | 0 | 0.21 | 0.93 | 0.46 | 46.3 | 0.86 | 0.29 |
| Hex | 89 | 6C | A | 0 | 15 | 5D | 2E | 2E | 56 | 1D |
| Octal | 211 | 154 | 12 | 0 | 25 | 135 | 56 | 56 | 126 | 35 |
| Binary | 10001001 | 1101100 | 1010 | 0 | 10101 | 1011101 | 101110 | 101110 | 1010110 | 11101 |
Color Harmonies of #896C0A
Complementary color
Monochromatic Colors of #896C0A
Black with #896C0A
Text Example
Text Example
White with #896C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896C0A; }
p { color: rgb(137,108,10); }
H1.HeaderClassName
{
color: #896C0A;
}
.AnyTagClassName
{
color: #896C0A;
}
</style>
background-color css
<style>
a { background-color: #896C0A; }
a { background-color: rgb(137,108,10); }
div.DivClassName
{
background-color: #896C0A;
}
.BgClassName
{
background-color: #896C0A;
}
</style>
border-color css
<style>
span { border-color: #896C0A; }
span { border-color: rgb(137,108,10); }
td.TdClassName
{
border-color: #896C0A;
}
.TagClassName
{
border-color: #896C0A;
}
</style>