Shades of Yukon Gold #896D1C
Tints of Yukon Gold #896D1C
RGB
CMYK
RGB Variations
Color information
#896D1C (or 0x896D1C) is known color: Yukon Gold. HEX triplet: 89, 6D and 1C. RGB value is (137,109,28). Sum of RGB (Red+Green+Blue) = 137+109+28=274 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50% from 274); Green value is 109 (42.97% from 255 or 39.78% from 274); Blue value is 28 (11.33% from 255 or 10.22% from 274); Max value from RGB is 137 - color contains mainly: red. Hex color #896D1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896D1C is #7692E3. Grayscale: #6C6C6C. Windows color (decimal): -7770852 or 1863049. OLE color: 1863049.
HSL color Cylindrical-coordinate representation of color #896D1C: hue angle of 44.59º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #896D1C is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 109 | 28 | - |
| CMYK | 0 | 0.20 | 0.80 | 0.46 |
| HSL | 44.59º | 0.66% | 0.32% | - |
| HSV(B) | 44.59º | 0.8% | 0.54% | - |
| XYZ | 15.99 | 16.34 | 3.41 | - |
| YUV | 108.14 | 82.78 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 109 | 28 | 0 | 0.20 | 0.80 | 0.46 | 44.59 | 0.66 | 0.32 |
| Hex | 89 | 6D | 1C | 0 | 14 | 50 | 2E | 2D | 42 | 20 |
| Octal | 211 | 155 | 34 | 0 | 24 | 120 | 56 | 55 | 102 | 40 |
| Binary | 10001001 | 1101101 | 11100 | 0 | 10100 | 1010000 | 101110 | 101101 | 1000010 | 100000 |
Color Harmonies of #896D1C
Complementary color
Monochromatic Colors of #896D1C
Black with #896D1C
Text Example
Text Example
White with #896D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896D1C; }
p { color: rgb(137,109,28); }
H1.HeaderClassName
{
color: #896D1C;
}
.AnyTagClassName
{
color: #896D1C;
}
</style>
background-color css
<style>
a { background-color: #896D1C; }
a { background-color: rgb(137,109,28); }
div.DivClassName
{
background-color: #896D1C;
}
.BgClassName
{
background-color: #896D1C;
}
</style>
border-color css
<style>
span { border-color: #896D1C; }
span { border-color: rgb(137,109,28); }
td.TdClassName
{
border-color: #896D1C;
}
.TagClassName
{
border-color: #896D1C;
}
</style>