Shades of Yukon Gold #8A6C14
Tints of Yukon Gold #8A6C14
RGB
CMYK
RGB Variations
Color information
#8A6C14 (or 0x8A6C14) is known color: Yukon Gold. HEX triplet: 8A, 6C and 14. RGB value is (138,108,20). Sum of RGB (Red+Green+Blue) = 138+108+20=266 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.88% from 266); Green value is 108 (42.58% from 255 or 40.60% from 266); Blue value is 20 (8.20% from 255 or 7.52% from 266); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6C14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A6C14 is #7593EB. Grayscale: #6B6B6B. Windows color (decimal): -7705580 or 1338506. OLE color: 1338506.
HSL color Cylindrical-coordinate representation of color #8A6C14: hue angle of 44.75º 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 #8A6C14 is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 108 | 20 | - |
| CMYK | 0 | 0.22 | 0.86 | 0.46 |
| HSL | 44.75º | 0.75% | 0.31% | - |
| HSV(B) | 44.75º | 0.86% | 0.54% | - |
| XYZ | 15.97 | 16.18 | 2.94 | - |
| YUV | 106.94 | 78.94 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 108 | 20 | 0 | 0.22 | 0.86 | 0.46 | 44.75 | 0.75 | 0.31 |
| Hex | 8A | 6C | 14 | 0 | 16 | 56 | 2E | 2D | 4B | 1F |
| Octal | 212 | 154 | 24 | 0 | 26 | 126 | 56 | 55 | 113 | 37 |
| Binary | 10001010 | 1101100 | 10100 | 0 | 10110 | 1010110 | 101110 | 101101 | 1001011 | 11111 |
Color Harmonies of #8A6C14
Complementary color
Monochromatic Colors of #8A6C14
Black with #8A6C14
Text Example
Text Example
White with #8A6C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6C14; }
p { color: rgb(138,108,20); }
H1.HeaderClassName
{
color: #8A6C14;
}
.AnyTagClassName
{
color: #8A6C14;
}
</style>
background-color css
<style>
a { background-color: #8A6C14; }
a { background-color: rgb(138,108,20); }
div.DivClassName
{
background-color: #8A6C14;
}
.BgClassName
{
background-color: #8A6C14;
}
</style>
border-color css
<style>
span { border-color: #8A6C14; }
span { border-color: rgb(138,108,20); }
td.TdClassName
{
border-color: #8A6C14;
}
.TagClassName
{
border-color: #8A6C14;
}
</style>