Shades of Yukon Gold #876F0F
Tints of Yukon Gold #876F0F
RGB
CMYK
RGB Variations
Color information
#876F0F (or 0x876F0F) is known color: Yukon Gold. HEX triplet: 87, 6F and 0F. RGB value is (135,111,15). Sum of RGB (Red+Green+Blue) = 135+111+15=261 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.72% from 261); Green value is 111 (43.75% from 255 or 42.53% from 261); Blue value is 15 (6.25% from 255 or 5.75% from 261); Max value from RGB is 135 - color contains mainly: red. Hex color #876F0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #876F0F is #7890F0. Grayscale: #6B6B6B. Windows color (decimal): -7901425 or 1011591. OLE color: 1011591.
HSL color Cylindrical-coordinate representation of color #876F0F: hue angle of 48º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #876F0F is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 111 | 15 | - |
| CMYK | 0 | 0.18 | 0.89 | 0.47 |
| HSL | 48º | 0.8% | 0.29% | - |
| HSV(B) | 48º | 0.89% | 0.53% | - |
| XYZ | 15.76 | 16.55 | 2.82 | - |
| YUV | 107.23 | 75.95 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 111 | 15 | 0 | 0.18 | 0.89 | 0.47 | 48 | 0.8 | 0.29 |
| Hex | 87 | 6F | F | 0 | 12 | 59 | 2F | 30 | 50 | 1D |
| Octal | 207 | 157 | 17 | 0 | 22 | 131 | 57 | 60 | 120 | 35 |
| Binary | 10000111 | 1101111 | 1111 | 0 | 10010 | 1011001 | 101111 | 110000 | 1010000 | 11101 |
Color Harmonies of #876F0F
Complementary color
Monochromatic Colors of #876F0F
Black with #876F0F
Text Example
Text Example
White with #876F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876F0F; }
p { color: rgb(135,111,15); }
H1.HeaderClassName
{
color: #876F0F;
}
.AnyTagClassName
{
color: #876F0F;
}
</style>
background-color css
<style>
a { background-color: #876F0F; }
a { background-color: rgb(135,111,15); }
div.DivClassName
{
background-color: #876F0F;
}
.BgClassName
{
background-color: #876F0F;
}
</style>
border-color css
<style>
span { border-color: #876F0F; }
span { border-color: rgb(135,111,15); }
td.TdClassName
{
border-color: #876F0F;
}
.TagClassName
{
border-color: #876F0F;
}
</style>