Shades of Yukon Gold #896B0C
Tints of Yukon Gold #896B0C
RGB
CMYK
RGB Variations
Color information
#896B0C (or 0x896B0C) is known color: Yukon Gold. HEX triplet: 89, 6B and 0C. RGB value is (137,107,12). Sum of RGB (Red+Green+Blue) = 137+107+12=256 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.52% from 256); Green value is 107 (42.19% from 255 or 41.80% from 256); Blue value is 12 (5.08% from 255 or 4.69% from 256); Max value from RGB is 137 - color contains mainly: red. Hex color #896B0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896B0C is #7694F3. Grayscale: #696969. Windows color (decimal): -7771380 or 813961. OLE color: 813961.
HSL color Cylindrical-coordinate representation of color #896B0C: hue angle of 45.6º degrees, saturation: 0.84, 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 #896B0C is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 107 | 12 | - |
| CMYK | 0 | 0.22 | 0.91 | 0.46 |
| HSL | 45.6º | 0.84% | 0.29% | - |
| HSV(B) | 45.6º | 0.91% | 0.54% | - |
| XYZ | 15.64 | 15.86 | 2.58 | - |
| YUV | 105.14 | 75.44 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 107 | 12 | 0 | 0.22 | 0.91 | 0.46 | 45.6 | 0.84 | 0.29 |
| Hex | 89 | 6B | C | 0 | 16 | 5B | 2E | 2E | 54 | 1D |
| Octal | 211 | 153 | 14 | 0 | 26 | 133 | 56 | 56 | 124 | 35 |
| Binary | 10001001 | 1101011 | 1100 | 0 | 10110 | 1011011 | 101110 | 101110 | 1010100 | 11101 |
Color Harmonies of #896B0C
Complementary color
Monochromatic Colors of #896B0C
Black with #896B0C
Text Example
Text Example
White with #896B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896B0C; }
p { color: rgb(137,107,12); }
H1.HeaderClassName
{
color: #896B0C;
}
.AnyTagClassName
{
color: #896B0C;
}
</style>
background-color css
<style>
a { background-color: #896B0C; }
a { background-color: rgb(137,107,12); }
div.DivClassName
{
background-color: #896B0C;
}
.BgClassName
{
background-color: #896B0C;
}
</style>
border-color css
<style>
span { border-color: #896B0C; }
span { border-color: rgb(137,107,12); }
td.TdClassName
{
border-color: #896B0C;
}
.TagClassName
{
border-color: #896B0C;
}
</style>