Shades of Yukon Gold #8C6C16
Tints of Yukon Gold #8C6C16
RGB
CMYK
RGB Variations
Color information
#8C6C16 (or 0x8C6C16) is known color: Yukon Gold. HEX triplet: 8C, 6C and 16. RGB value is (140,108,22). Sum of RGB (Red+Green+Blue) = 140+108+22=270 (35% of max value = 765). Red value is 140 (55.08% from 255 or 51.85% from 270); Green value is 108 (42.58% from 255 or 40% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6C16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C6C16 is #7393E9. Grayscale: #6C6C6C. Windows color (decimal): -7574506 or 1469580. OLE color: 1469580.
HSL color Cylindrical-coordinate representation of color #8C6C16: hue angle of 43.73º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8C6C16 is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 108 | 22 | - |
| CMYK | 0 | 0.23 | 0.84 | 0.45 |
| HSL | 43.73º | 0.73% | 0.32% | - |
| HSV(B) | 43.73º | 0.84% | 0.55% | - |
| XYZ | 16.32 | 16.36 | 3.06 | - |
| YUV | 107.76 | 79.6 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 108 | 22 | 0 | 0.23 | 0.84 | 0.45 | 43.73 | 0.73 | 0.32 |
| Hex | 8C | 6C | 16 | 0 | 17 | 54 | 2D | 2C | 49 | 20 |
| Octal | 214 | 154 | 26 | 0 | 27 | 124 | 55 | 54 | 111 | 40 |
| Binary | 10001100 | 1101100 | 10110 | 0 | 10111 | 1010100 | 101101 | 101100 | 1001001 | 100000 |
Color Harmonies of #8C6C16
Complementary color
Monochromatic Colors of #8C6C16
Black with #8C6C16
Text Example
Text Example
White with #8C6C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6C16; }
p { color: rgb(140,108,22); }
H1.HeaderClassName
{
color: #8C6C16;
}
.AnyTagClassName
{
color: #8C6C16;
}
</style>
background-color css
<style>
a { background-color: #8C6C16; }
a { background-color: rgb(140,108,22); }
div.DivClassName
{
background-color: #8C6C16;
}
.BgClassName
{
background-color: #8C6C16;
}
</style>
border-color css
<style>
span { border-color: #8C6C16; }
span { border-color: rgb(140,108,22); }
td.TdClassName
{
border-color: #8C6C16;
}
.TagClassName
{
border-color: #8C6C16;
}
</style>