Shades of Yukon Gold #896E1D
Tints of Yukon Gold #896E1D
RGB
CMYK
RGB Variations
Color information
#896E1D (or 0x896E1D) is known color: Yukon Gold. HEX triplet: 89, 6E and 1D. RGB value is (137,110,29). Sum of RGB (Red+Green+Blue) = 137+110+29=276 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.64% from 276); Green value is 110 (43.36% from 255 or 39.86% from 276); Blue value is 29 (11.72% from 255 or 10.51% from 276); Max value from RGB is 137 - color contains mainly: red. Hex color #896E1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896E1D is #7691E2. Grayscale: #6D6D6D. Windows color (decimal): -7770595 or 1928841. OLE color: 1928841.
HSL color Cylindrical-coordinate representation of color #896E1D: hue angle of 45º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #896E1D is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 110 | 29 | - |
| CMYK | 0 | 0.20 | 0.79 | 0.46 |
| HSL | 45º | 0.65% | 0.33% | - |
| HSV(B) | 45º | 0.79% | 0.54% | - |
| XYZ | 16.11 | 16.56 | 3.51 | - |
| YUV | 108.84 | 82.95 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 110 | 29 | 0 | 0.20 | 0.79 | 0.46 | 45 | 0.65 | 0.33 |
| Hex | 89 | 6E | 1D | 0 | 14 | 4F | 2E | 2D | 41 | 21 |
| Octal | 211 | 156 | 35 | 0 | 24 | 117 | 56 | 55 | 101 | 41 |
| Binary | 10001001 | 1101110 | 11101 | 0 | 10100 | 1001111 | 101110 | 101101 | 1000001 | 100001 |
Color Harmonies of #896E1D
Complementary color
Monochromatic Colors of #896E1D
Black with #896E1D
Text Example
Text Example
White with #896E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896E1D; }
p { color: rgb(137,110,29); }
H1.HeaderClassName
{
color: #896E1D;
}
.AnyTagClassName
{
color: #896E1D;
}
</style>
background-color css
<style>
a { background-color: #896E1D; }
a { background-color: rgb(137,110,29); }
div.DivClassName
{
background-color: #896E1D;
}
.BgClassName
{
background-color: #896E1D;
}
</style>
border-color css
<style>
span { border-color: #896E1D; }
span { border-color: rgb(137,110,29); }
td.TdClassName
{
border-color: #896E1D;
}
.TagClassName
{
border-color: #896E1D;
}
</style>