Shades of Yukon Gold #8B681E
Tints of Yukon Gold #8B681E
RGB
CMYK
RGB Variations
Color information
#8B681E (or 0x8B681E) is known color: Yukon Gold. HEX triplet: 8B, 68 and 1E. RGB value is (139,104,30). Sum of RGB (Red+Green+Blue) = 139+104+30=273 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.92% from 273); Green value is 104 (41.02% from 255 or 38.10% from 273); Blue value is 30 (12.11% from 255 or 10.99% from 273); Max value from RGB is 139 - color contains mainly: red. Hex color #8B681E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B681E is #7497E1. Grayscale: #6A6A6A. Windows color (decimal): -7641058 or 1992843. OLE color: 1992843.
HSL color Cylindrical-coordinate representation of color #8B681E: hue angle of 40.73º 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 #8B681E is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 104 | 30 | - |
| CMYK | 0 | 0.25 | 0.78 | 0.45 |
| HSL | 40.73º | 0.64% | 0.33% | - |
| HSV(B) | 40.73º | 0.78% | 0.55% | - |
| XYZ | 15.83 | 15.48 | 3.38 | - |
| YUV | 106.03 | 85.1 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 104 | 30 | 0 | 0.25 | 0.78 | 0.45 | 40.73 | 0.64 | 0.33 |
| Hex | 8B | 68 | 1E | 0 | 19 | 4E | 2D | 29 | 40 | 21 |
| Octal | 213 | 150 | 36 | 0 | 31 | 116 | 55 | 51 | 100 | 41 |
| Binary | 10001011 | 1101000 | 11110 | 0 | 11001 | 1001110 | 101101 | 101001 | 1000000 | 100001 |
Color Harmonies of #8B681E
Complementary color
Monochromatic Colors of #8B681E
Black with #8B681E
Text Example
Text Example
White with #8B681E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B681E; }
p { color: rgb(139,104,30); }
H1.HeaderClassName
{
color: #8B681E;
}
.AnyTagClassName
{
color: #8B681E;
}
</style>
background-color css
<style>
a { background-color: #8B681E; }
a { background-color: rgb(139,104,30); }
div.DivClassName
{
background-color: #8B681E;
}
.BgClassName
{
background-color: #8B681E;
}
</style>
border-color css
<style>
span { border-color: #8B681E; }
span { border-color: rgb(139,104,30); }
td.TdClassName
{
border-color: #8B681E;
}
.TagClassName
{
border-color: #8B681E;
}
</style>