Shades of Yukon Gold #896C0D
Tints of Yukon Gold #896C0D
RGB
CMYK
RGB Variations
Color information
#896C0D (or 0x896C0D) is known color: Yukon Gold. HEX triplet: 89, 6C and 0D. RGB value is (137,108,13). Sum of RGB (Red+Green+Blue) = 137+108+13=258 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.10% from 258); Green value is 108 (42.58% from 255 or 41.86% from 258); Blue value is 13 (5.47% from 255 or 5.04% from 258); Max value from RGB is 137 - color contains mainly: red. Hex color #896C0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896C0D is #7693F2. Grayscale: #6A6A6A. Windows color (decimal): -7771123 or 879753. OLE color: 879753.
HSL color Cylindrical-coordinate representation of color #896C0D: hue angle of 45.97º 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 #896C0D is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 108 | 13 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.46 |
| HSL | 45.97º | 0.83% | 0.29% | - |
| HSV(B) | 45.97º | 0.91% | 0.54% | - |
| XYZ | 15.75 | 16.07 | 2.65 | - |
| YUV | 105.84 | 75.61 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 108 | 13 | 0 | 0.21 | 0.91 | 0.46 | 45.97 | 0.83 | 0.29 |
| Hex | 89 | 6C | D | 0 | 15 | 5B | 2E | 2E | 53 | 1D |
| Octal | 211 | 154 | 15 | 0 | 25 | 133 | 56 | 56 | 123 | 35 |
| Binary | 10001001 | 1101100 | 1101 | 0 | 10101 | 1011011 | 101110 | 101110 | 1010011 | 11101 |
Color Harmonies of #896C0D
Complementary color
Monochromatic Colors of #896C0D
Black with #896C0D
Text Example
Text Example
White with #896C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896C0D; }
p { color: rgb(137,108,13); }
H1.HeaderClassName
{
color: #896C0D;
}
.AnyTagClassName
{
color: #896C0D;
}
</style>
background-color css
<style>
a { background-color: #896C0D; }
a { background-color: rgb(137,108,13); }
div.DivClassName
{
background-color: #896C0D;
}
.BgClassName
{
background-color: #896C0D;
}
</style>
border-color css
<style>
span { border-color: #896C0D; }
span { border-color: rgb(137,108,13); }
td.TdClassName
{
border-color: #896C0D;
}
.TagClassName
{
border-color: #896C0D;
}
</style>