Shades of Yukon Gold #8B7110
Tints of Yukon Gold #8B7110
RGB
CMYK
RGB Variations
Color information
#8B7110 (or 0x8B7110) is known color: Yukon Gold. HEX triplet: 8B, 71 and 10. RGB value is (139,113,16). Sum of RGB (Red+Green+Blue) = 139+113+16=268 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.87% from 268); Green value is 113 (44.53% from 255 or 42.16% from 268); Blue value is 16 (6.64% from 255 or 5.97% from 268); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7110 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B7110 is #748EEF. Grayscale: #6E6E6E. Windows color (decimal): -7638768 or 1077643. OLE color: 1077643.
HSL color Cylindrical-coordinate representation of color #8B7110: hue angle of 47.32º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8B7110 is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 113 | 16 | - |
| CMYK | 0 | 0.19 | 0.88 | 0.45 |
| HSL | 47.32º | 0.79% | 0.3% | - |
| HSV(B) | 47.32º | 0.88% | 0.55% | - |
| XYZ | 16.65 | 17.34 | 2.96 | - |
| YUV | 109.72 | 75.11 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 113 | 16 | 0 | 0.19 | 0.88 | 0.45 | 47.32 | 0.79 | 0.3 |
| Hex | 8B | 71 | 10 | 0 | 13 | 58 | 2D | 2F | 4F | 1E |
| Octal | 213 | 161 | 20 | 0 | 23 | 130 | 55 | 57 | 117 | 36 |
| Binary | 10001011 | 1110001 | 10000 | 0 | 10011 | 1011000 | 101101 | 101111 | 1001111 | 11110 |
Color Harmonies of #8B7110
Complementary color
Monochromatic Colors of #8B7110
Black with #8B7110
Text Example
Text Example
White with #8B7110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7110; }
p { color: rgb(139,113,16); }
H1.HeaderClassName
{
color: #8B7110;
}
.AnyTagClassName
{
color: #8B7110;
}
</style>
background-color css
<style>
a { background-color: #8B7110; }
a { background-color: rgb(139,113,16); }
div.DivClassName
{
background-color: #8B7110;
}
.BgClassName
{
background-color: #8B7110;
}
</style>
border-color css
<style>
span { border-color: #8B7110; }
span { border-color: rgb(139,113,16); }
td.TdClassName
{
border-color: #8B7110;
}
.TagClassName
{
border-color: #8B7110;
}
</style>