Shades of Yukon Gold #8C661D
Tints of Yukon Gold #8C661D
RGB
CMYK
RGB Variations
Color information
#8C661D (or 0x8C661D) is known color: Yukon Gold. HEX triplet: 8C, 66 and 1D. RGB value is (140,102,29). Sum of RGB (Red+Green+Blue) = 140+102+29=271 (35% of max value = 765). Red value is 140 (55.08% from 255 or 51.66% from 271); Green value is 102 (40.23% from 255 or 37.64% from 271); Blue value is 29 (11.72% from 255 or 10.70% from 271); Max value from RGB is 140 - color contains mainly: red. Hex color #8C661D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C661D is #7399E2. Grayscale: #696969. Windows color (decimal): -7576035 or 1926796. OLE color: 1926796.
HSL color Cylindrical-coordinate representation of color #8C661D: hue angle of 39.46º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8C661D is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 102 | 29 | - |
| CMYK | 0 | 0.27 | 0.79 | 0.45 |
| HSL | 39.46º | 0.66% | 0.33% | - |
| HSV(B) | 39.46º | 0.79% | 0.55% | - |
| XYZ | 15.79 | 15.17 | 3.26 | - |
| YUV | 105.04 | 85.09 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 102 | 29 | 0 | 0.27 | 0.79 | 0.45 | 39.46 | 0.66 | 0.33 |
| Hex | 8C | 66 | 1D | 0 | 1B | 4F | 2D | 27 | 42 | 21 |
| Octal | 214 | 146 | 35 | 0 | 33 | 117 | 55 | 47 | 102 | 41 |
| Binary | 10001100 | 1100110 | 11101 | 0 | 11011 | 1001111 | 101101 | 100111 | 1000010 | 100001 |
Color Harmonies of #8C661D
Complementary color
Monochromatic Colors of #8C661D
Black with #8C661D
Text Example
Text Example
White with #8C661D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C661D; }
p { color: rgb(140,102,29); }
H1.HeaderClassName
{
color: #8C661D;
}
.AnyTagClassName
{
color: #8C661D;
}
</style>
background-color css
<style>
a { background-color: #8C661D; }
a { background-color: rgb(140,102,29); }
div.DivClassName
{
background-color: #8C661D;
}
.BgClassName
{
background-color: #8C661D;
}
</style>
border-color css
<style>
span { border-color: #8C661D; }
span { border-color: rgb(140,102,29); }
td.TdClassName
{
border-color: #8C661D;
}
.TagClassName
{
border-color: #8C661D;
}
</style>