Shades of Yukon Gold #8A6B0D
Tints of Yukon Gold #8A6B0D
RGB
CMYK
RGB Variations
Color information
#8A6B0D (or 0x8A6B0D) is known color: Yukon Gold. HEX triplet: 8A, 6B and 0D. RGB value is (138,107,13). Sum of RGB (Red+Green+Blue) = 138+107+13=258 (34% of max value = 765). Red value is 138 (54.30% from 255 or 53.49% from 258); Green value is 107 (42.19% from 255 or 41.47% from 258); Blue value is 13 (5.47% from 255 or 5.04% from 258); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6B0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A6B0D is #7594F2. Grayscale: #696969. Windows color (decimal): -7705843 or 879498. OLE color: 879498.
HSL color Cylindrical-coordinate representation of color #8A6B0D: hue angle of 45.12º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8A6B0D is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 107 | 13 | - |
| CMYK | 0 | 0.22 | 0.91 | 0.46 |
| HSL | 45.12º | 0.83% | 0.3% | - |
| HSV(B) | 45.12º | 0.91% | 0.54% | - |
| XYZ | 15.81 | 15.95 | 2.63 | - |
| YUV | 105.55 | 75.77 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 107 | 13 | 0 | 0.22 | 0.91 | 0.46 | 45.12 | 0.83 | 0.3 |
| Hex | 8A | 6B | D | 0 | 16 | 5B | 2E | 2D | 53 | 1E |
| Octal | 212 | 153 | 15 | 0 | 26 | 133 | 56 | 55 | 123 | 36 |
| Binary | 10001010 | 1101011 | 1101 | 0 | 10110 | 1011011 | 101110 | 101101 | 1010011 | 11110 |
Color Harmonies of #8A6B0D
Complementary color
Monochromatic Colors of #8A6B0D
Black with #8A6B0D
Text Example
Text Example
White with #8A6B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6B0D; }
p { color: rgb(138,107,13); }
H1.HeaderClassName
{
color: #8A6B0D;
}
.AnyTagClassName
{
color: #8A6B0D;
}
</style>
background-color css
<style>
a { background-color: #8A6B0D; }
a { background-color: rgb(138,107,13); }
div.DivClassName
{
background-color: #8A6B0D;
}
.BgClassName
{
background-color: #8A6B0D;
}
</style>
border-color css
<style>
span { border-color: #8A6B0D; }
span { border-color: rgb(138,107,13); }
td.TdClassName
{
border-color: #8A6B0D;
}
.TagClassName
{
border-color: #8A6B0D;
}
</style>