Shades of Yukon Gold #8B6E0D
Tints of Yukon Gold #8B6E0D
RGB
CMYK
RGB Variations
Color information
#8B6E0D (or 0x8B6E0D) is known color: Yukon Gold. HEX triplet: 8B, 6E and 0D. RGB value is (139,110,13). Sum of RGB (Red+Green+Blue) = 139+110+13=262 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.05% from 262); Green value is 110 (43.36% from 255 or 41.98% from 262); Blue value is 13 (5.47% from 255 or 4.96% from 262); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6E0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B6E0D is #7491F2. Grayscale: #6C6C6C. Windows color (decimal): -7639539 or 880267. OLE color: 880267.
HSL color Cylindrical-coordinate representation of color #8B6E0D: hue angle of 46.19º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8B6E0D is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 110 | 13 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.45 |
| HSL | 46.19º | 0.83% | 0.3% | - |
| HSV(B) | 46.19º | 0.91% | 0.55% | - |
| XYZ | 16.3 | 16.67 | 2.74 | - |
| YUV | 107.61 | 74.61 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 110 | 13 | 0 | 0.21 | 0.91 | 0.45 | 46.19 | 0.83 | 0.3 |
| Hex | 8B | 6E | D | 0 | 15 | 5B | 2D | 2E | 53 | 1E |
| Octal | 213 | 156 | 15 | 0 | 25 | 133 | 55 | 56 | 123 | 36 |
| Binary | 10001011 | 1101110 | 1101 | 0 | 10101 | 1011011 | 101101 | 101110 | 1010011 | 11110 |
Color Harmonies of #8B6E0D
Complementary color
Monochromatic Colors of #8B6E0D
Black with #8B6E0D
Text Example
Text Example
White with #8B6E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6E0D; }
p { color: rgb(139,110,13); }
H1.HeaderClassName
{
color: #8B6E0D;
}
.AnyTagClassName
{
color: #8B6E0D;
}
</style>
background-color css
<style>
a { background-color: #8B6E0D; }
a { background-color: rgb(139,110,13); }
div.DivClassName
{
background-color: #8B6E0D;
}
.BgClassName
{
background-color: #8B6E0D;
}
</style>
border-color css
<style>
span { border-color: #8B6E0D; }
span { border-color: rgb(139,110,13); }
td.TdClassName
{
border-color: #8B6E0D;
}
.TagClassName
{
border-color: #8B6E0D;
}
</style>