Shades of Yukon Gold #896D0D
Tints of Yukon Gold #896D0D
RGB
CMYK
RGB Variations
Color information
#896D0D (or 0x896D0D) is known color: Yukon Gold. HEX triplet: 89, 6D and 0D. RGB value is (137,109,13). Sum of RGB (Red+Green+Blue) = 137+109+13=259 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.90% from 259); Green value is 109 (42.97% from 255 or 42.08% from 259); Blue value is 13 (5.47% from 255 or 5.02% from 259); Max value from RGB is 137 - color contains mainly: red. Hex color #896D0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896D0D is #7692F2. Grayscale: #6A6A6A. Windows color (decimal): -7770867 or 880009. OLE color: 880009.
HSL color Cylindrical-coordinate representation of color #896D0D: hue angle of 46.45º degrees, saturation: 0.83, 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 #896D0D is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 109 | 13 | - |
| CMYK | 0 | 0.20 | 0.91 | 0.46 |
| HSL | 46.45º | 0.83% | 0.29% | - |
| HSV(B) | 46.45º | 0.91% | 0.54% | - |
| XYZ | 15.86 | 16.28 | 2.69 | - |
| YUV | 106.43 | 75.28 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 109 | 13 | 0 | 0.20 | 0.91 | 0.46 | 46.45 | 0.83 | 0.29 |
| Hex | 89 | 6D | D | 0 | 14 | 5B | 2E | 2E | 53 | 1D |
| Octal | 211 | 155 | 15 | 0 | 24 | 133 | 56 | 56 | 123 | 35 |
| Binary | 10001001 | 1101101 | 1101 | 0 | 10100 | 1011011 | 101110 | 101110 | 1010011 | 11101 |
Color Harmonies of #896D0D
Complementary color
Monochromatic Colors of #896D0D
Black with #896D0D
Text Example
Text Example
White with #896D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896D0D; }
p { color: rgb(137,109,13); }
H1.HeaderClassName
{
color: #896D0D;
}
.AnyTagClassName
{
color: #896D0D;
}
</style>
background-color css
<style>
a { background-color: #896D0D; }
a { background-color: rgb(137,109,13); }
div.DivClassName
{
background-color: #896D0D;
}
.BgClassName
{
background-color: #896D0D;
}
</style>
border-color css
<style>
span { border-color: #896D0D; }
span { border-color: rgb(137,109,13); }
td.TdClassName
{
border-color: #896D0D;
}
.TagClassName
{
border-color: #896D0D;
}
</style>