Shades of Yukon Gold #87680B
Tints of Yukon Gold #87680B
RGB
CMYK
RGB Variations
Color information
#87680B (or 0x87680B) is known color: Yukon Gold. HEX triplet: 87, 68 and 0B. RGB value is (135,104,11). Sum of RGB (Red+Green+Blue) = 135+104+11=250 (33% of max value = 765). Red value is 135 (53.12% from 255 or 54% from 250); Green value is 104 (41.02% from 255 or 41.6% from 250); Blue value is 11 (4.69% from 255 or 4.4% from 250); Max value from RGB is 135 - color contains mainly: red. Hex color #87680B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87680B is #7897F4. Grayscale: #676767. Windows color (decimal): -7903221 or 747655. OLE color: 747655.
HSL color Cylindrical-coordinate representation of color #87680B: hue angle of 45º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #87680B is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 104 | 11 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.47 |
| HSL | 45º | 0.85% | 0.29% | - |
| HSV(B) | 45º | 0.92% | 0.53% | - |
| XYZ | 15 | 15.08 | 2.44 | - |
| YUV | 102.67 | 76.27 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 104 | 11 | 0 | 0.23 | 0.92 | 0.47 | 45 | 0.85 | 0.29 |
| Hex | 87 | 68 | B | 0 | 17 | 5C | 2F | 2D | 55 | 1D |
| Octal | 207 | 150 | 13 | 0 | 27 | 134 | 57 | 55 | 125 | 35 |
| Binary | 10000111 | 1101000 | 1011 | 0 | 10111 | 1011100 | 101111 | 101101 | 1010101 | 11101 |
Color Harmonies of #87680B
Complementary color
Monochromatic Colors of #87680B
Black with #87680B
Text Example
Text Example
White with #87680B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87680B; }
p { color: rgb(135,104,11); }
H1.HeaderClassName
{
color: #87680B;
}
.AnyTagClassName
{
color: #87680B;
}
</style>
background-color css
<style>
a { background-color: #87680B; }
a { background-color: rgb(135,104,11); }
div.DivClassName
{
background-color: #87680B;
}
.BgClassName
{
background-color: #87680B;
}
</style>
border-color css
<style>
span { border-color: #87680B; }
span { border-color: rgb(135,104,11); }
td.TdClassName
{
border-color: #87680B;
}
.TagClassName
{
border-color: #87680B;
}
</style>