Shades of Yukon Gold #8A6E0A
Tints of Yukon Gold #8A6E0A
RGB
CMYK
RGB Variations
Color information
#8A6E0A (or 0x8A6E0A) is known color: Yukon Gold. HEX triplet: 8A, 6E and 0A. RGB value is (138,110,10). Sum of RGB (Red+Green+Blue) = 138+110+10=258 (34% of max value = 765). Red value is 138 (54.30% from 255 or 53.49% from 258); Green value is 110 (43.36% from 255 or 42.64% from 258); Blue value is 10 (4.30% from 255 or 3.88% from 258); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6E0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A6E0A is #7591F5. Grayscale: #6B6B6B. Windows color (decimal): -7705078 or 683658. OLE color: 683658.
HSL color Cylindrical-coordinate representation of color #8A6E0A: hue angle of 46.88º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8A6E0A is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 110 | 10 | - |
| CMYK | 0 | 0.20 | 0.93 | 0.46 |
| HSL | 46.88º | 0.86% | 0.29% | - |
| HSV(B) | 46.88º | 0.93% | 0.54% | - |
| XYZ | 16.11 | 16.58 | 2.64 | - |
| YUV | 106.97 | 73.28 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 110 | 10 | 0 | 0.20 | 0.93 | 0.46 | 46.88 | 0.86 | 0.29 |
| Hex | 8A | 6E | A | 0 | 14 | 5D | 2E | 2F | 56 | 1D |
| Octal | 212 | 156 | 12 | 0 | 24 | 135 | 56 | 57 | 126 | 35 |
| Binary | 10001010 | 1101110 | 1010 | 0 | 10100 | 1011101 | 101110 | 101111 | 1010110 | 11101 |
Color Harmonies of #8A6E0A
Complementary color
Monochromatic Colors of #8A6E0A
Black with #8A6E0A
Text Example
Text Example
White with #8A6E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6E0A; }
p { color: rgb(138,110,10); }
H1.HeaderClassName
{
color: #8A6E0A;
}
.AnyTagClassName
{
color: #8A6E0A;
}
</style>
background-color css
<style>
a { background-color: #8A6E0A; }
a { background-color: rgb(138,110,10); }
div.DivClassName
{
background-color: #8A6E0A;
}
.BgClassName
{
background-color: #8A6E0A;
}
</style>
border-color css
<style>
span { border-color: #8A6E0A; }
span { border-color: rgb(138,110,10); }
td.TdClassName
{
border-color: #8A6E0A;
}
.TagClassName
{
border-color: #8A6E0A;
}
</style>