Shades of Yukon Gold #86731E
Tints of Yukon Gold #86731E
RGB
CMYK
RGB Variations
Color information
#86731E (or 0x86731E) is known color: Yukon Gold. HEX triplet: 86, 73 and 1E. RGB value is (134,115,30). Sum of RGB (Red+Green+Blue) = 134+115+30=279 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.03% from 279); Green value is 115 (45.31% from 255 or 41.22% from 279); Blue value is 30 (12.11% from 255 or 10.75% from 279); Max value from RGB is 134 - color contains mainly: red. Hex color #86731E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86731E is #798CE1. Grayscale: #6F6F6F. Windows color (decimal): -7965922 or 1995654. OLE color: 1995654.
HSL color Cylindrical-coordinate representation of color #86731E: hue angle of 49.04º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #86731E is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 115 | 30 | - |
| CMYK | 0 | 0.14 | 0.78 | 0.47 |
| HSL | 49.04º | 0.63% | 0.32% | - |
| HSV(B) | 49.04º | 0.78% | 0.53% | - |
| XYZ | 16.2 | 17.42 | 3.74 | - |
| YUV | 110.99 | 82.29 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 115 | 30 | 0 | 0.14 | 0.78 | 0.47 | 49.04 | 0.63 | 0.32 |
| Hex | 86 | 73 | 1E | 0 | E | 4E | 2F | 31 | 3F | 20 |
| Octal | 206 | 163 | 36 | 0 | 16 | 116 | 57 | 61 | 77 | 40 |
| Binary | 10000110 | 1110011 | 11110 | 0 | 1110 | 1001110 | 101111 | 110001 | 111111 | 100000 |
Color Harmonies of #86731E
Complementary color
Monochromatic Colors of #86731E
Black with #86731E
Text Example
Text Example
White with #86731E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86731E; }
p { color: rgb(134,115,30); }
H1.HeaderClassName
{
color: #86731E;
}
.AnyTagClassName
{
color: #86731E;
}
</style>
background-color css
<style>
a { background-color: #86731E; }
a { background-color: rgb(134,115,30); }
div.DivClassName
{
background-color: #86731E;
}
.BgClassName
{
background-color: #86731E;
}
</style>
border-color css
<style>
span { border-color: #86731E; }
span { border-color: rgb(134,115,30); }
td.TdClassName
{
border-color: #86731E;
}
.TagClassName
{
border-color: #86731E;
}
</style>