Shades of Yukon Gold #896C1E
Tints of Yukon Gold #896C1E
RGB
CMYK
RGB Variations
Color information
#896C1E (or 0x896C1E) is known color: Yukon Gold. HEX triplet: 89, 6C and 1E. RGB value is (137,108,30). Sum of RGB (Red+Green+Blue) = 137+108+30=275 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.82% from 275); Green value is 108 (42.58% from 255 or 39.27% from 275); Blue value is 30 (12.11% from 255 or 10.91% from 275); Max value from RGB is 137 - color contains mainly: red. Hex color #896C1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896C1E is #7693E1. Grayscale: #6C6C6C. Windows color (decimal): -7771106 or 1993865. OLE color: 1993865.
HSL color Cylindrical-coordinate representation of color #896C1E: hue angle of 43.74º 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 #896C1E is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 108 | 30 | - |
| CMYK | 0 | 0.21 | 0.78 | 0.46 |
| HSL | 43.74º | 0.64% | 0.33% | - |
| HSV(B) | 43.74º | 0.78% | 0.54% | - |
| XYZ | 15.91 | 16.14 | 3.5 | - |
| YUV | 107.78 | 84.11 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 108 | 30 | 0 | 0.21 | 0.78 | 0.46 | 43.74 | 0.64 | 0.33 |
| Hex | 89 | 6C | 1E | 0 | 15 | 4E | 2E | 2C | 40 | 21 |
| Octal | 211 | 154 | 36 | 0 | 25 | 116 | 56 | 54 | 100 | 41 |
| Binary | 10001001 | 1101100 | 11110 | 0 | 10101 | 1001110 | 101110 | 101100 | 1000000 | 100001 |
Color Harmonies of #896C1E
Complementary color
Monochromatic Colors of #896C1E
Black with #896C1E
Text Example
Text Example
White with #896C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896C1E; }
p { color: rgb(137,108,30); }
H1.HeaderClassName
{
color: #896C1E;
}
.AnyTagClassName
{
color: #896C1E;
}
</style>
background-color css
<style>
a { background-color: #896C1E; }
a { background-color: rgb(137,108,30); }
div.DivClassName
{
background-color: #896C1E;
}
.BgClassName
{
background-color: #896C1E;
}
</style>
border-color css
<style>
span { border-color: #896C1E; }
span { border-color: rgb(137,108,30); }
td.TdClassName
{
border-color: #896C1E;
}
.TagClassName
{
border-color: #896C1E;
}
</style>