Shades of Yukon Gold #896D1B
Tints of Yukon Gold #896D1B
RGB
CMYK
RGB Variations
Color information
#896D1B (or 0x896D1B) is known color: Yukon Gold. HEX triplet: 89, 6D and 1B. RGB value is (137,109,27). Sum of RGB (Red+Green+Blue) = 137+109+27=273 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.18% from 273); Green value is 109 (42.97% from 255 or 39.93% from 273); Blue value is 27 (10.94% from 255 or 9.89% from 273); Max value from RGB is 137 - color contains mainly: red. Hex color #896D1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896D1B is #7692E4. Grayscale: #6C6C6C. Windows color (decimal): -7770853 or 1797513. OLE color: 1797513.
HSL color Cylindrical-coordinate representation of color #896D1B: hue angle of 44.73º degrees, saturation: 0.67, 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 #896D1B is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 109 | 27 | - |
| CMYK | 0 | 0.20 | 0.80 | 0.46 |
| HSL | 44.73º | 0.67% | 0.32% | - |
| HSV(B) | 44.73º | 0.8% | 0.54% | - |
| XYZ | 15.98 | 16.33 | 3.35 | - |
| YUV | 108.02 | 82.28 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 109 | 27 | 0 | 0.20 | 0.80 | 0.46 | 44.73 | 0.67 | 0.32 |
| Hex | 89 | 6D | 1B | 0 | 14 | 50 | 2E | 2D | 43 | 20 |
| Octal | 211 | 155 | 33 | 0 | 24 | 120 | 56 | 55 | 103 | 40 |
| Binary | 10001001 | 1101101 | 11011 | 0 | 10100 | 1010000 | 101110 | 101101 | 1000011 | 100000 |
Color Harmonies of #896D1B
Complementary color
Monochromatic Colors of #896D1B
Black with #896D1B
Text Example
Text Example
White with #896D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896D1B; }
p { color: rgb(137,109,27); }
H1.HeaderClassName
{
color: #896D1B;
}
.AnyTagClassName
{
color: #896D1B;
}
</style>
background-color css
<style>
a { background-color: #896D1B; }
a { background-color: rgb(137,109,27); }
div.DivClassName
{
background-color: #896D1B;
}
.BgClassName
{
background-color: #896D1B;
}
</style>
border-color css
<style>
span { border-color: #896D1B; }
span { border-color: rgb(137,109,27); }
td.TdClassName
{
border-color: #896D1B;
}
.TagClassName
{
border-color: #896D1B;
}
</style>