Shades of Yukon Gold #8B6A15
Tints of Yukon Gold #8B6A15
RGB
CMYK
RGB Variations
Color information
#8B6A15 (or 0x8B6A15) is known color: Yukon Gold. HEX triplet: 8B, 6A and 15. RGB value is (139,106,21). Sum of RGB (Red+Green+Blue) = 139+106+21=266 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.26% from 266); Green value is 106 (41.80% from 255 or 39.85% from 266); Blue value is 21 (8.59% from 255 or 7.89% from 266); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6A15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B6A15 is #7495EA. Grayscale: #6A6A6A. Windows color (decimal): -7640555 or 1403531. OLE color: 1403531.
HSL color Cylindrical-coordinate representation of color #8B6A15: hue angle of 43.22º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8B6A15 is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 106 | 21 | - |
| CMYK | 0 | 0.24 | 0.85 | 0.45 |
| HSL | 43.22º | 0.74% | 0.31% | - |
| HSV(B) | 43.22º | 0.85% | 0.55% | - |
| XYZ | 15.94 | 15.85 | 2.93 | - |
| YUV | 106.18 | 79.93 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 106 | 21 | 0 | 0.24 | 0.85 | 0.45 | 43.22 | 0.74 | 0.31 |
| Hex | 8B | 6A | 15 | 0 | 18 | 55 | 2D | 2B | 4A | 1F |
| Octal | 213 | 152 | 25 | 0 | 30 | 125 | 55 | 53 | 112 | 37 |
| Binary | 10001011 | 1101010 | 10101 | 0 | 11000 | 1010101 | 101101 | 101011 | 1001010 | 11111 |
Color Harmonies of #8B6A15
Complementary color
Monochromatic Colors of #8B6A15
Black with #8B6A15
Text Example
Text Example
White with #8B6A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6A15; }
p { color: rgb(139,106,21); }
H1.HeaderClassName
{
color: #8B6A15;
}
.AnyTagClassName
{
color: #8B6A15;
}
</style>
background-color css
<style>
a { background-color: #8B6A15; }
a { background-color: rgb(139,106,21); }
div.DivClassName
{
background-color: #8B6A15;
}
.BgClassName
{
background-color: #8B6A15;
}
</style>
border-color css
<style>
span { border-color: #8B6A15; }
span { border-color: rgb(139,106,21); }
td.TdClassName
{
border-color: #8B6A15;
}
.TagClassName
{
border-color: #8B6A15;
}
</style>