Shades of Yukon Gold #896A0C
Tints of Yukon Gold #896A0C
RGB
CMYK
RGB Variations
Color information
#896A0C (or 0x896A0C) is known color: Yukon Gold. HEX triplet: 89, 6A and 0C. RGB value is (137,106,12). Sum of RGB (Red+Green+Blue) = 137+106+12=255 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.73% from 255); Green value is 106 (41.80% from 255 or 41.57% from 255); Blue value is 12 (5.08% from 255 or 4.71% from 255); Max value from RGB is 137 - color contains mainly: red. Hex color #896A0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896A0C is #7695F3. Grayscale: #686868. Windows color (decimal): -7771636 or 813705. OLE color: 813705.
HSL color Cylindrical-coordinate representation of color #896A0C: hue angle of 45.12º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #896A0C is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 106 | 12 | - |
| CMYK | 0 | 0.23 | 0.91 | 0.46 |
| HSL | 45.12º | 0.84% | 0.29% | - |
| HSV(B) | 45.12º | 0.91% | 0.54% | - |
| XYZ | 15.54 | 15.65 | 2.55 | - |
| YUV | 104.55 | 75.77 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 106 | 12 | 0 | 0.23 | 0.91 | 0.46 | 45.12 | 0.84 | 0.29 |
| Hex | 89 | 6A | C | 0 | 17 | 5B | 2E | 2D | 54 | 1D |
| Octal | 211 | 152 | 14 | 0 | 27 | 133 | 56 | 55 | 124 | 35 |
| Binary | 10001001 | 1101010 | 1100 | 0 | 10111 | 1011011 | 101110 | 101101 | 1010100 | 11101 |
Color Harmonies of #896A0C
Complementary color
Monochromatic Colors of #896A0C
Black with #896A0C
Text Example
Text Example
White with #896A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896A0C; }
p { color: rgb(137,106,12); }
H1.HeaderClassName
{
color: #896A0C;
}
.AnyTagClassName
{
color: #896A0C;
}
</style>
background-color css
<style>
a { background-color: #896A0C; }
a { background-color: rgb(137,106,12); }
div.DivClassName
{
background-color: #896A0C;
}
.BgClassName
{
background-color: #896A0C;
}
</style>
border-color css
<style>
span { border-color: #896A0C; }
span { border-color: rgb(137,106,12); }
td.TdClassName
{
border-color: #896A0C;
}
.TagClassName
{
border-color: #896A0C;
}
</style>