Shades of Yukon Gold #87680C
Tints of Yukon Gold #87680C
RGB
CMYK
RGB Variations
Color information
#87680C (or 0x87680C) is known color: Yukon Gold. HEX triplet: 87, 68 and 0C. RGB value is (135,104,12). Sum of RGB (Red+Green+Blue) = 135+104+12=251 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.78% from 251); Green value is 104 (41.02% from 255 or 41.43% from 251); Blue value is 12 (5.08% from 255 or 4.78% from 251); Max value from RGB is 135 - color contains mainly: red. Hex color #87680C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87680C is #7897F3. Grayscale: #676767. Windows color (decimal): -7903220 or 813191. OLE color: 813191.
HSL color Cylindrical-coordinate representation of color #87680C: hue angle of 44.88º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #87680C is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 104 | 12 | - |
| CMYK | 0 | 0.23 | 0.91 | 0.47 |
| HSL | 44.88º | 0.84% | 0.29% | - |
| HSV(B) | 44.88º | 0.91% | 0.53% | - |
| XYZ | 15.01 | 15.08 | 2.47 | - |
| YUV | 102.78 | 76.77 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 104 | 12 | 0 | 0.23 | 0.91 | 0.47 | 44.88 | 0.84 | 0.29 |
| Hex | 87 | 68 | C | 0 | 17 | 5B | 2F | 2D | 54 | 1D |
| Octal | 207 | 150 | 14 | 0 | 27 | 133 | 57 | 55 | 124 | 35 |
| Binary | 10000111 | 1101000 | 1100 | 0 | 10111 | 1011011 | 101111 | 101101 | 1010100 | 11101 |
Color Harmonies of #87680C
Complementary color
Monochromatic Colors of #87680C
Black with #87680C
Text Example
Text Example
White with #87680C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87680C; }
p { color: rgb(135,104,12); }
H1.HeaderClassName
{
color: #87680C;
}
.AnyTagClassName
{
color: #87680C;
}
</style>
background-color css
<style>
a { background-color: #87680C; }
a { background-color: rgb(135,104,12); }
div.DivClassName
{
background-color: #87680C;
}
.BgClassName
{
background-color: #87680C;
}
</style>
border-color css
<style>
span { border-color: #87680C; }
span { border-color: rgb(135,104,12); }
td.TdClassName
{
border-color: #87680C;
}
.TagClassName
{
border-color: #87680C;
}
</style>