Shades of Yukon Gold #8A6D1D
Tints of Yukon Gold #8A6D1D
RGB
CMYK
RGB Variations
Color information
#8A6D1D (or 0x8A6D1D) is known color: Yukon Gold. HEX triplet: 8A, 6D and 1D. RGB value is (138,109,29). Sum of RGB (Red+Green+Blue) = 138+109+29=276 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50% from 276); Green value is 109 (42.97% from 255 or 39.49% from 276); Blue value is 29 (11.72% from 255 or 10.51% from 276); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6D1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6D1D is #7592E2. Grayscale: #6C6C6C. Windows color (decimal): -7705315 or 1928586. OLE color: 1928586.
HSL color Cylindrical-coordinate representation of color #8A6D1D: hue angle of 44.04º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8A6D1D is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 109 | 29 | - |
| CMYK | 0 | 0.21 | 0.79 | 0.46 |
| HSL | 44.04º | 0.65% | 0.33% | - |
| HSV(B) | 44.04º | 0.79% | 0.54% | - |
| XYZ | 16.17 | 16.43 | 3.48 | - |
| YUV | 108.55 | 83.11 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 109 | 29 | 0 | 0.21 | 0.79 | 0.46 | 44.04 | 0.65 | 0.33 |
| Hex | 8A | 6D | 1D | 0 | 15 | 4F | 2E | 2C | 41 | 21 |
| Octal | 212 | 155 | 35 | 0 | 25 | 117 | 56 | 54 | 101 | 41 |
| Binary | 10001010 | 1101101 | 11101 | 0 | 10101 | 1001111 | 101110 | 101100 | 1000001 | 100001 |
Color Harmonies of #8A6D1D
Complementary color
Monochromatic Colors of #8A6D1D
Black with #8A6D1D
Text Example
Text Example
White with #8A6D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6D1D; }
p { color: rgb(138,109,29); }
H1.HeaderClassName
{
color: #8A6D1D;
}
.AnyTagClassName
{
color: #8A6D1D;
}
</style>
background-color css
<style>
a { background-color: #8A6D1D; }
a { background-color: rgb(138,109,29); }
div.DivClassName
{
background-color: #8A6D1D;
}
.BgClassName
{
background-color: #8A6D1D;
}
</style>
border-color css
<style>
span { border-color: #8A6D1D; }
span { border-color: rgb(138,109,29); }
td.TdClassName
{
border-color: #8A6D1D;
}
.TagClassName
{
border-color: #8A6D1D;
}
</style>