Shades of Yukon Gold #876F13
Tints of Yukon Gold #876F13
RGB
CMYK
RGB Variations
Color information
#876F13 (or 0x876F13) is known color: Yukon Gold. HEX triplet: 87, 6F and 13. RGB value is (135,111,19). Sum of RGB (Red+Green+Blue) = 135+111+19=265 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.94% from 265); Green value is 111 (43.75% from 255 or 41.89% from 265); Blue value is 19 (7.81% from 255 or 7.17% from 265); Max value from RGB is 135 - color contains mainly: red. Hex color #876F13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #876F13 is #7890EC. Grayscale: #6C6C6C. Windows color (decimal): -7901421 or 1273735. OLE color: 1273735.
HSL color Cylindrical-coordinate representation of color #876F13: hue angle of 47.59º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #876F13 is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 111 | 19 | - |
| CMYK | 0 | 0.18 | 0.86 | 0.47 |
| HSL | 47.59º | 0.75% | 0.3% | - |
| HSV(B) | 47.59º | 0.86% | 0.53% | - |
| XYZ | 15.79 | 16.57 | 2.98 | - |
| YUV | 107.69 | 77.95 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 111 | 19 | 0 | 0.18 | 0.86 | 0.47 | 47.59 | 0.75 | 0.3 |
| Hex | 87 | 6F | 13 | 0 | 12 | 56 | 2F | 30 | 4B | 1E |
| Octal | 207 | 157 | 23 | 0 | 22 | 126 | 57 | 60 | 113 | 36 |
| Binary | 10000111 | 1101111 | 10011 | 0 | 10010 | 1010110 | 101111 | 110000 | 1001011 | 11110 |
Color Harmonies of #876F13
Complementary color
Monochromatic Colors of #876F13
Black with #876F13
Text Example
Text Example
White with #876F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876F13; }
p { color: rgb(135,111,19); }
H1.HeaderClassName
{
color: #876F13;
}
.AnyTagClassName
{
color: #876F13;
}
</style>
background-color css
<style>
a { background-color: #876F13; }
a { background-color: rgb(135,111,19); }
div.DivClassName
{
background-color: #876F13;
}
.BgClassName
{
background-color: #876F13;
}
</style>
border-color css
<style>
span { border-color: #876F13; }
span { border-color: rgb(135,111,19); }
td.TdClassName
{
border-color: #876F13;
}
.TagClassName
{
border-color: #876F13;
}
</style>