Shades of Yukon Gold #896C0B
Tints of Yukon Gold #896C0B
RGB
CMYK
RGB Variations
Color information
#896C0B (or 0x896C0B) is known color: Yukon Gold. HEX triplet: 89, 6C and 0B. RGB value is (137,108,11). Sum of RGB (Red+Green+Blue) = 137+108+11=256 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.52% from 256); Green value is 108 (42.58% from 255 or 42.19% from 256); Blue value is 11 (4.69% from 255 or 4.30% from 256); Max value from RGB is 137 - color contains mainly: red. Hex color #896C0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896C0B is #7693F4. Grayscale: #6A6A6A. Windows color (decimal): -7771125 or 748681. OLE color: 748681.
HSL color Cylindrical-coordinate representation of color #896C0B: hue angle of 46.19º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #896C0B is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 108 | 11 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.46 |
| HSL | 46.19º | 0.85% | 0.29% | - |
| HSV(B) | 46.19º | 0.92% | 0.54% | - |
| XYZ | 15.74 | 16.07 | 2.59 | - |
| YUV | 105.61 | 74.61 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 108 | 11 | 0 | 0.21 | 0.92 | 0.46 | 46.19 | 0.85 | 0.29 |
| Hex | 89 | 6C | B | 0 | 15 | 5C | 2E | 2E | 55 | 1D |
| Octal | 211 | 154 | 13 | 0 | 25 | 134 | 56 | 56 | 125 | 35 |
| Binary | 10001001 | 1101100 | 1011 | 0 | 10101 | 1011100 | 101110 | 101110 | 1010101 | 11101 |
Color Harmonies of #896C0B
Complementary color
Monochromatic Colors of #896C0B
Black with #896C0B
Text Example
Text Example
White with #896C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896C0B; }
p { color: rgb(137,108,11); }
H1.HeaderClassName
{
color: #896C0B;
}
.AnyTagClassName
{
color: #896C0B;
}
</style>
background-color css
<style>
a { background-color: #896C0B; }
a { background-color: rgb(137,108,11); }
div.DivClassName
{
background-color: #896C0B;
}
.BgClassName
{
background-color: #896C0B;
}
</style>
border-color css
<style>
span { border-color: #896C0B; }
span { border-color: rgb(137,108,11); }
td.TdClassName
{
border-color: #896C0B;
}
.TagClassName
{
border-color: #896C0B;
}
</style>