Shades of Yukon Gold #86721C
Tints of Yukon Gold #86721C
RGB
CMYK
RGB Variations
Color information
#86721C (or 0x86721C) is known color: Yukon Gold. HEX triplet: 86, 72 and 1C. RGB value is (134,114,28). Sum of RGB (Red+Green+Blue) = 134+114+28=276 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.55% from 276); Green value is 114 (44.92% from 255 or 41.30% from 276); Blue value is 28 (11.33% from 255 or 10.14% from 276); Max value from RGB is 134 - color contains mainly: red. Hex color #86721C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86721C is #798DE3. Grayscale: #6E6E6E. Windows color (decimal): -7966180 or 1864326. OLE color: 1864326.
HSL color Cylindrical-coordinate representation of color #86721C: hue angle of 48.68º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #86721C is Cyan = 0, Magento = 0.15, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 114 | 28 | - |
| CMYK | 0 | 0.15 | 0.79 | 0.47 |
| HSL | 48.68º | 0.65% | 0.32% | - |
| HSV(B) | 48.68º | 0.79% | 0.53% | - |
| XYZ | 16.06 | 17.19 | 3.57 | - |
| YUV | 110.18 | 81.63 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 114 | 28 | 0 | 0.15 | 0.79 | 0.47 | 48.68 | 0.65 | 0.32 |
| Hex | 86 | 72 | 1C | 0 | F | 4F | 2F | 31 | 41 | 20 |
| Octal | 206 | 162 | 34 | 0 | 17 | 117 | 57 | 61 | 101 | 40 |
| Binary | 10000110 | 1110010 | 11100 | 0 | 1111 | 1001111 | 101111 | 110001 | 1000001 | 100000 |
Color Harmonies of #86721C
Complementary color
Monochromatic Colors of #86721C
Black with #86721C
Text Example
Text Example
White with #86721C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86721C; }
p { color: rgb(134,114,28); }
H1.HeaderClassName
{
color: #86721C;
}
.AnyTagClassName
{
color: #86721C;
}
</style>
background-color css
<style>
a { background-color: #86721C; }
a { background-color: rgb(134,114,28); }
div.DivClassName
{
background-color: #86721C;
}
.BgClassName
{
background-color: #86721C;
}
</style>
border-color css
<style>
span { border-color: #86721C; }
span { border-color: rgb(134,114,28); }
td.TdClassName
{
border-color: #86721C;
}
.TagClassName
{
border-color: #86721C;
}
</style>