Shades of Yukon Gold #8B6D1E
Tints of Yukon Gold #8B6D1E
RGB
CMYK
RGB Variations
Color information
#8B6D1E (or 0x8B6D1E) is known color: Yukon Gold. HEX triplet: 8B, 6D and 1E. RGB value is (139,109,30). Sum of RGB (Red+Green+Blue) = 139+109+30=278 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50% from 278); Green value is 109 (42.97% from 255 or 39.21% from 278); Blue value is 30 (12.11% from 255 or 10.79% from 278); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6D1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6D1E is #7492E1. Grayscale: #6D6D6D. Windows color (decimal): -7639778 or 1994123. OLE color: 1994123.
HSL color Cylindrical-coordinate representation of color #8B6D1E: hue angle of 43.49º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8B6D1E is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 109 | 30 | - |
| CMYK | 0 | 0.22 | 0.78 | 0.45 |
| HSL | 43.49º | 0.64% | 0.33% | - |
| HSV(B) | 43.49º | 0.78% | 0.55% | - |
| XYZ | 16.35 | 16.52 | 3.56 | - |
| YUV | 108.96 | 83.44 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 109 | 30 | 0 | 0.22 | 0.78 | 0.45 | 43.49 | 0.64 | 0.33 |
| Hex | 8B | 6D | 1E | 0 | 16 | 4E | 2D | 2B | 40 | 21 |
| Octal | 213 | 155 | 36 | 0 | 26 | 116 | 55 | 53 | 100 | 41 |
| Binary | 10001011 | 1101101 | 11110 | 0 | 10110 | 1001110 | 101101 | 101011 | 1000000 | 100001 |
Color Harmonies of #8B6D1E
Complementary color
Monochromatic Colors of #8B6D1E
Black with #8B6D1E
Text Example
Text Example
White with #8B6D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6D1E; }
p { color: rgb(139,109,30); }
H1.HeaderClassName
{
color: #8B6D1E;
}
.AnyTagClassName
{
color: #8B6D1E;
}
</style>
background-color css
<style>
a { background-color: #8B6D1E; }
a { background-color: rgb(139,109,30); }
div.DivClassName
{
background-color: #8B6D1E;
}
.BgClassName
{
background-color: #8B6D1E;
}
</style>
border-color css
<style>
span { border-color: #8B6D1E; }
span { border-color: rgb(139,109,30); }
td.TdClassName
{
border-color: #8B6D1E;
}
.TagClassName
{
border-color: #8B6D1E;
}
</style>