Shades of Yukon Gold #896B1E
Tints of Yukon Gold #896B1E
RGB
CMYK
RGB Variations
Color information
#896B1E (or 0x896B1E) is known color: Yukon Gold. HEX triplet: 89, 6B and 1E. RGB value is (137,107,30). Sum of RGB (Red+Green+Blue) = 137+107+30=274 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50% from 274); Green value is 107 (42.19% from 255 or 39.05% from 274); Blue value is 30 (12.11% from 255 or 10.95% from 274); Max value from RGB is 137 - color contains mainly: red. Hex color #896B1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896B1E is #7694E1. Grayscale: #6B6B6B. Windows color (decimal): -7771362 or 1993609. OLE color: 1993609.
HSL color Cylindrical-coordinate representation of color #896B1E: hue angle of 43.18º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #896B1E is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 107 | 30 | - |
| CMYK | 0 | 0.22 | 0.78 | 0.46 |
| HSL | 43.18º | 0.64% | 0.33% | - |
| HSV(B) | 43.18º | 0.78% | 0.54% | - |
| XYZ | 15.81 | 15.93 | 3.47 | - |
| YUV | 107.19 | 84.44 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 107 | 30 | 0 | 0.22 | 0.78 | 0.46 | 43.18 | 0.64 | 0.33 |
| Hex | 89 | 6B | 1E | 0 | 16 | 4E | 2E | 2B | 40 | 21 |
| Octal | 211 | 153 | 36 | 0 | 26 | 116 | 56 | 53 | 100 | 41 |
| Binary | 10001001 | 1101011 | 11110 | 0 | 10110 | 1001110 | 101110 | 101011 | 1000000 | 100001 |
Color Harmonies of #896B1E
Complementary color
Monochromatic Colors of #896B1E
Black with #896B1E
Text Example
Text Example
White with #896B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896B1E; }
p { color: rgb(137,107,30); }
H1.HeaderClassName
{
color: #896B1E;
}
.AnyTagClassName
{
color: #896B1E;
}
</style>
background-color css
<style>
a { background-color: #896B1E; }
a { background-color: rgb(137,107,30); }
div.DivClassName
{
background-color: #896B1E;
}
.BgClassName
{
background-color: #896B1E;
}
</style>
border-color css
<style>
span { border-color: #896B1E; }
span { border-color: rgb(137,107,30); }
td.TdClassName
{
border-color: #896B1E;
}
.TagClassName
{
border-color: #896B1E;
}
</style>