Shades of Yukon Gold #8C6820
Tints of Yukon Gold #8C6820
RGB
CMYK
RGB Variations
Color information
#8C6820 (or 0x8C6820) is known color: Yukon Gold. HEX triplet: 8C, 68 and 20. RGB value is (140,104,32). Sum of RGB (Red+Green+Blue) = 140+104+32=276 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.72% from 276); Green value is 104 (41.02% from 255 or 37.68% from 276); Blue value is 32 (12.89% from 255 or 11.59% from 276); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6820 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6820 is #7397DF. Grayscale: #6A6A6A. Windows color (decimal): -7575520 or 2123916. OLE color: 2123916.
HSL color Cylindrical-coordinate representation of color #8C6820: hue angle of 40º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8C6820 is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 104 | 32 | - |
| CMYK | 0 | 0.26 | 0.77 | 0.45 |
| HSL | 40º | 0.63% | 0.34% | - |
| HSV(B) | 40º | 0.77% | 0.55% | - |
| XYZ | 16.03 | 15.58 | 3.53 | - |
| YUV | 106.56 | 85.93 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 104 | 32 | 0 | 0.26 | 0.77 | 0.45 | 40 | 0.63 | 0.34 |
| Hex | 8C | 68 | 20 | 0 | 1A | 4D | 2D | 28 | 3F | 22 |
| Octal | 214 | 150 | 40 | 0 | 32 | 115 | 55 | 50 | 77 | 42 |
| Binary | 10001100 | 1101000 | 100000 | 0 | 11010 | 1001101 | 101101 | 101000 | 111111 | 100010 |
Color Harmonies of #8C6820
Complementary color
Monochromatic Colors of #8C6820
Black with #8C6820
Text Example
Text Example
White with #8C6820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6820; }
p { color: rgb(140,104,32); }
H1.HeaderClassName
{
color: #8C6820;
}
.AnyTagClassName
{
color: #8C6820;
}
</style>
background-color css
<style>
a { background-color: #8C6820; }
a { background-color: rgb(140,104,32); }
div.DivClassName
{
background-color: #8C6820;
}
.BgClassName
{
background-color: #8C6820;
}
</style>
border-color css
<style>
span { border-color: #8C6820; }
span { border-color: rgb(140,104,32); }
td.TdClassName
{
border-color: #8C6820;
}
.TagClassName
{
border-color: #8C6820;
}
</style>