Shades of Yukon Gold #8A6E14
Tints of Yukon Gold #8A6E14
RGB
CMYK
RGB Variations
Color information
#8A6E14 (or 0x8A6E14) is known color: Yukon Gold. HEX triplet: 8A, 6E and 14. RGB value is (138,110,20). Sum of RGB (Red+Green+Blue) = 138+110+20=268 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.49% from 268); Green value is 110 (43.36% from 255 or 41.04% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6E14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A6E14 is #7591EB. Grayscale: #6C6C6C. Windows color (decimal): -7705068 or 1339018. OLE color: 1339018.
HSL color Cylindrical-coordinate representation of color #8A6E14: hue angle of 45.76º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8A6E14 is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 110 | 20 | - |
| CMYK | 0 | 0.20 | 0.86 | 0.46 |
| HSL | 45.76º | 0.75% | 0.31% | - |
| HSV(B) | 45.76º | 0.86% | 0.54% | - |
| XYZ | 16.18 | 16.61 | 3.01 | - |
| YUV | 108.11 | 78.28 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 110 | 20 | 0 | 0.20 | 0.86 | 0.46 | 45.76 | 0.75 | 0.31 |
| Hex | 8A | 6E | 14 | 0 | 14 | 56 | 2E | 2E | 4B | 1F |
| Octal | 212 | 156 | 24 | 0 | 24 | 126 | 56 | 56 | 113 | 37 |
| Binary | 10001010 | 1101110 | 10100 | 0 | 10100 | 1010110 | 101110 | 101110 | 1001011 | 11111 |
Color Harmonies of #8A6E14
Complementary color
Monochromatic Colors of #8A6E14
Black with #8A6E14
Text Example
Text Example
White with #8A6E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6E14; }
p { color: rgb(138,110,20); }
H1.HeaderClassName
{
color: #8A6E14;
}
.AnyTagClassName
{
color: #8A6E14;
}
</style>
background-color css
<style>
a { background-color: #8A6E14; }
a { background-color: rgb(138,110,20); }
div.DivClassName
{
background-color: #8A6E14;
}
.BgClassName
{
background-color: #8A6E14;
}
</style>
border-color css
<style>
span { border-color: #8A6E14; }
span { border-color: rgb(138,110,20); }
td.TdClassName
{
border-color: #8A6E14;
}
.TagClassName
{
border-color: #8A6E14;
}
</style>