Shades of Yukon Gold #8E6A1C
Tints of Yukon Gold #8E6A1C
RGB
CMYK
RGB Variations
Color information
#8E6A1C (or 0x8E6A1C) is known color: Yukon Gold. HEX triplet: 8E, 6A and 1C. RGB value is (142,106,28). Sum of RGB (Red+Green+Blue) = 142+106+28=276 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.45% from 276); Green value is 106 (41.80% from 255 or 38.41% from 276); Blue value is 28 (11.33% from 255 or 10.14% from 276); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6A1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6A1C is #7195E3. Grayscale: #6C6C6C. Windows color (decimal): -7443940 or 1862286. OLE color: 1862286.
HSL color Cylindrical-coordinate representation of color #8E6A1C: hue angle of 41.05º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8E6A1C is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 106 | 28 | - |
| CMYK | 0 | 0.25 | 0.80 | 0.44 |
| HSL | 41.05º | 0.67% | 0.33% | - |
| HSV(B) | 41.05º | 0.8% | 0.56% | - |
| XYZ | 16.52 | 16.14 | 3.34 | - |
| YUV | 107.87 | 82.93 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 106 | 28 | 0 | 0.25 | 0.80 | 0.44 | 41.05 | 0.67 | 0.33 |
| Hex | 8E | 6A | 1C | 0 | 19 | 50 | 2C | 29 | 43 | 21 |
| Octal | 216 | 152 | 34 | 0 | 31 | 120 | 54 | 51 | 103 | 41 |
| Binary | 10001110 | 1101010 | 11100 | 0 | 11001 | 1010000 | 101100 | 101001 | 1000011 | 100001 |
Color Harmonies of #8E6A1C
Complementary color
Monochromatic Colors of #8E6A1C
Black with #8E6A1C
Text Example
Text Example
White with #8E6A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6A1C; }
p { color: rgb(142,106,28); }
H1.HeaderClassName
{
color: #8E6A1C;
}
.AnyTagClassName
{
color: #8E6A1C;
}
</style>
background-color css
<style>
a { background-color: #8E6A1C; }
a { background-color: rgb(142,106,28); }
div.DivClassName
{
background-color: #8E6A1C;
}
.BgClassName
{
background-color: #8E6A1C;
}
</style>
border-color css
<style>
span { border-color: #8E6A1C; }
span { border-color: rgb(142,106,28); }
td.TdClassName
{
border-color: #8E6A1C;
}
.TagClassName
{
border-color: #8E6A1C;
}
</style>