Shades of Yukon Gold #876C1B
Tints of Yukon Gold #876C1B
RGB
CMYK
RGB Variations
Color information
#876C1B (or 0x876C1B) is known color: Yukon Gold. HEX triplet: 87, 6C and 1B. RGB value is (135,108,27). Sum of RGB (Red+Green+Blue) = 135+108+27=270 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50% from 270); Green value is 108 (42.58% from 255 or 40% from 270); Blue value is 27 (10.94% from 255 or 10% from 270); Max value from RGB is 135 - color contains mainly: red. Hex color #876C1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876C1B is #7893E4. Grayscale: #6B6B6B. Windows color (decimal): -7902181 or 1797255. OLE color: 1797255.
HSL color Cylindrical-coordinate representation of color #876C1B: hue angle of 45º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #876C1B is Cyan = 0, Magento = 0.2, Yellow = 0.8 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 108 | 27 | - |
| CMYK | 0 | 0.2 | 0.8 | 0.47 |
| HSL | 45º | 0.67% | 0.32% | - |
| HSV(B) | 45º | 0.8% | 0.53% | - |
| XYZ | 15.55 | 15.96 | 3.3 | - |
| YUV | 106.84 | 82.95 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 108 | 27 | 0 | 0.2 | 0.8 | 0.47 | 45 | 0.67 | 0.32 |
| Hex | 87 | 6C | 1B | 0 | 14 | 50 | 2F | 2D | 43 | 20 |
| Octal | 207 | 154 | 33 | 0 | 24 | 120 | 57 | 55 | 103 | 40 |
| Binary | 10000111 | 1101100 | 11011 | 0 | 10100 | 1010000 | 101111 | 101101 | 1000011 | 100000 |
Color Harmonies of #876C1B
Complementary color
Monochromatic Colors of #876C1B
Black with #876C1B
Text Example
Text Example
White with #876C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876C1B; }
p { color: rgb(135,108,27); }
H1.HeaderClassName
{
color: #876C1B;
}
.AnyTagClassName
{
color: #876C1B;
}
</style>
background-color css
<style>
a { background-color: #876C1B; }
a { background-color: rgb(135,108,27); }
div.DivClassName
{
background-color: #876C1B;
}
.BgClassName
{
background-color: #876C1B;
}
</style>
border-color css
<style>
span { border-color: #876C1B; }
span { border-color: rgb(135,108,27); }
td.TdClassName
{
border-color: #876C1B;
}
.TagClassName
{
border-color: #876C1B;
}
</style>