Shades of Yukon Gold #8C6B1F
Tints of Yukon Gold #8C6B1F
RGB
CMYK
RGB Variations
Color information
#8C6B1F (or 0x8C6B1F) is known color: Yukon Gold. HEX triplet: 8C, 6B and 1F. RGB value is (140,107,31). Sum of RGB (Red+Green+Blue) = 140+107+31=278 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.36% from 278); Green value is 107 (42.19% from 255 or 38.49% from 278); Blue value is 31 (12.5% from 255 or 11.15% from 278); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6B1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6B1F is #7394E0. Grayscale: #6C6C6C. Windows color (decimal): -7574753 or 2059148. OLE color: 2059148.
HSL color Cylindrical-coordinate representation of color #8C6B1F: hue angle of 41.83º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8C6B1F is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 107 | 31 | - |
| CMYK | 0 | 0.24 | 0.78 | 0.45 |
| HSL | 41.83º | 0.64% | 0.34% | - |
| HSV(B) | 41.83º | 0.78% | 0.55% | - |
| XYZ | 16.32 | 16.19 | 3.56 | - |
| YUV | 108.2 | 84.43 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 107 | 31 | 0 | 0.24 | 0.78 | 0.45 | 41.83 | 0.64 | 0.34 |
| Hex | 8C | 6B | 1F | 0 | 18 | 4E | 2D | 2A | 40 | 22 |
| Octal | 214 | 153 | 37 | 0 | 30 | 116 | 55 | 52 | 100 | 42 |
| Binary | 10001100 | 1101011 | 11111 | 0 | 11000 | 1001110 | 101101 | 101010 | 1000000 | 100010 |
Color Harmonies of #8C6B1F
Complementary color
Monochromatic Colors of #8C6B1F
Black with #8C6B1F
Text Example
Text Example
White with #8C6B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6B1F; }
p { color: rgb(140,107,31); }
H1.HeaderClassName
{
color: #8C6B1F;
}
.AnyTagClassName
{
color: #8C6B1F;
}
</style>
background-color css
<style>
a { background-color: #8C6B1F; }
a { background-color: rgb(140,107,31); }
div.DivClassName
{
background-color: #8C6B1F;
}
.BgClassName
{
background-color: #8C6B1F;
}
</style>
border-color css
<style>
span { border-color: #8C6B1F; }
span { border-color: rgb(140,107,31); }
td.TdClassName
{
border-color: #8C6B1F;
}
.TagClassName
{
border-color: #8C6B1F;
}
</style>