Shades of Yukon Gold #8C651D
Tints of Yukon Gold #8C651D
RGB
CMYK
RGB Variations
Color information
#8C651D (or 0x8C651D) is known color: Yukon Gold. HEX triplet: 8C, 65 and 1D. RGB value is (140,101,29). Sum of RGB (Red+Green+Blue) = 140+101+29=270 (35% of max value = 765). Red value is 140 (55.08% from 255 or 51.85% from 270); Green value is 101 (39.84% from 255 or 37.41% from 270); Blue value is 29 (11.72% from 255 or 10.74% from 270); Max value from RGB is 140 - color contains mainly: red. Hex color #8C651D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C651D is #739AE2. Grayscale: #686868. Windows color (decimal): -7576291 or 1926540. OLE color: 1926540.
HSL color Cylindrical-coordinate representation of color #8C651D: hue angle of 38.92º 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 #8C651D is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 101 | 29 | - |
| CMYK | 0 | 0.28 | 0.79 | 0.45 |
| HSL | 38.92º | 0.66% | 0.33% | - |
| HSV(B) | 38.92º | 0.79% | 0.55% | - |
| XYZ | 15.69 | 14.97 | 3.23 | - |
| YUV | 104.45 | 85.42 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 101 | 29 | 0 | 0.28 | 0.79 | 0.45 | 38.92 | 0.66 | 0.33 |
| Hex | 8C | 65 | 1D | 0 | 1C | 4F | 2D | 27 | 42 | 21 |
| Octal | 214 | 145 | 35 | 0 | 34 | 117 | 55 | 47 | 102 | 41 |
| Binary | 10001100 | 1100101 | 11101 | 0 | 11100 | 1001111 | 101101 | 100111 | 1000010 | 100001 |
Color Harmonies of #8C651D
Complementary color
Monochromatic Colors of #8C651D
Black with #8C651D
Text Example
Text Example
White with #8C651D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C651D; }
p { color: rgb(140,101,29); }
H1.HeaderClassName
{
color: #8C651D;
}
.AnyTagClassName
{
color: #8C651D;
}
</style>
background-color css
<style>
a { background-color: #8C651D; }
a { background-color: rgb(140,101,29); }
div.DivClassName
{
background-color: #8C651D;
}
.BgClassName
{
background-color: #8C651D;
}
</style>
border-color css
<style>
span { border-color: #8C651D; }
span { border-color: rgb(140,101,29); }
td.TdClassName
{
border-color: #8C651D;
}
.TagClassName
{
border-color: #8C651D;
}
</style>