Shades of Yukon Gold #8C7113
Tints of Yukon Gold #8C7113
RGB
CMYK
RGB Variations
Color information
#8C7113 (or 0x8C7113) is known color: Yukon Gold. HEX triplet: 8C, 71 and 13. RGB value is (140,113,19). Sum of RGB (Red+Green+Blue) = 140+113+19=272 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.47% from 272); Green value is 113 (44.53% from 255 or 41.54% from 272); Blue value is 19 (7.81% from 255 or 6.99% from 272); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7113 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C7113 is #738EEC. Grayscale: #6E6E6E. Windows color (decimal): -7573229 or 1274252. OLE color: 1274252.
HSL color Cylindrical-coordinate representation of color #8C7113: hue angle of 46.61º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8C7113 is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 113 | 19 | - |
| CMYK | 0 | 0.19 | 0.86 | 0.45 |
| HSL | 46.61º | 0.76% | 0.31% | - |
| HSV(B) | 46.61º | 0.86% | 0.55% | - |
| XYZ | 16.84 | 17.43 | 3.09 | - |
| YUV | 110.36 | 76.45 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 113 | 19 | 0 | 0.19 | 0.86 | 0.45 | 46.61 | 0.76 | 0.31 |
| Hex | 8C | 71 | 13 | 0 | 13 | 56 | 2D | 2F | 4C | 1F |
| Octal | 214 | 161 | 23 | 0 | 23 | 126 | 55 | 57 | 114 | 37 |
| Binary | 10001100 | 1110001 | 10011 | 0 | 10011 | 1010110 | 101101 | 101111 | 1001100 | 11111 |
Color Harmonies of #8C7113
Complementary color
Monochromatic Colors of #8C7113
Black with #8C7113
Text Example
Text Example
White with #8C7113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7113; }
p { color: rgb(140,113,19); }
H1.HeaderClassName
{
color: #8C7113;
}
.AnyTagClassName
{
color: #8C7113;
}
</style>
background-color css
<style>
a { background-color: #8C7113; }
a { background-color: rgb(140,113,19); }
div.DivClassName
{
background-color: #8C7113;
}
.BgClassName
{
background-color: #8C7113;
}
</style>
border-color css
<style>
span { border-color: #8C7113; }
span { border-color: rgb(140,113,19); }
td.TdClassName
{
border-color: #8C7113;
}
.TagClassName
{
border-color: #8C7113;
}
</style>