Shades of Yukon Gold #896B11
Tints of Yukon Gold #896B11
RGB
CMYK
RGB Variations
Color information
#896B11 (or 0x896B11) is known color: Yukon Gold. HEX triplet: 89, 6B and 11. RGB value is (137,107,17). Sum of RGB (Red+Green+Blue) = 137+107+17=261 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.49% from 261); Green value is 107 (42.19% from 255 or 41.00% from 261); Blue value is 17 (7.03% from 255 or 6.51% from 261); Max value from RGB is 137 - color contains mainly: red. Hex color #896B11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896B11 is #7694EE. Grayscale: #6A6A6A. Windows color (decimal): -7771375 or 1141641. OLE color: 1141641.
HSL color Cylindrical-coordinate representation of color #896B11: hue angle of 45º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #896B11 is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 107 | 17 | - |
| CMYK | 0 | 0.22 | 0.88 | 0.46 |
| HSL | 45º | 0.78% | 0.3% | - |
| HSV(B) | 45º | 0.88% | 0.54% | - |
| XYZ | 15.68 | 15.87 | 2.77 | - |
| YUV | 105.71 | 77.94 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 107 | 17 | 0 | 0.22 | 0.88 | 0.46 | 45 | 0.78 | 0.3 |
| Hex | 89 | 6B | 11 | 0 | 16 | 58 | 2E | 2D | 4E | 1E |
| Octal | 211 | 153 | 21 | 0 | 26 | 130 | 56 | 55 | 116 | 36 |
| Binary | 10001001 | 1101011 | 10001 | 0 | 10110 | 1011000 | 101110 | 101101 | 1001110 | 11110 |
Color Harmonies of #896B11
Complementary color
Monochromatic Colors of #896B11
Black with #896B11
Text Example
Text Example
White with #896B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896B11; }
p { color: rgb(137,107,17); }
H1.HeaderClassName
{
color: #896B11;
}
.AnyTagClassName
{
color: #896B11;
}
</style>
background-color css
<style>
a { background-color: #896B11; }
a { background-color: rgb(137,107,17); }
div.DivClassName
{
background-color: #896B11;
}
.BgClassName
{
background-color: #896B11;
}
</style>
border-color css
<style>
span { border-color: #896B11; }
span { border-color: rgb(137,107,17); }
td.TdClassName
{
border-color: #896B11;
}
.TagClassName
{
border-color: #896B11;
}
</style>