Shades of Ferra #876E6D
Tints of Ferra #876E6D
RGB
CMYK
RGB Variations
Color information
#876E6D (or 0x876E6D) is known color: Ferra. HEX triplet: 87, 6E and 6D. RGB value is (135,110,109). Sum of RGB (Red+Green+Blue) = 135+110+109=354 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.14% from 354); Green value is 110 (43.36% from 255 or 31.07% from 354); Blue value is 109 (42.97% from 255 or 30.79% from 354); Max value from RGB is 135 - color contains mainly: red. Hex color #876E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876E6D is #789192. Grayscale: #757575. Windows color (decimal): -7901587 or 7171719. OLE color: 7171719.
HSL color Cylindrical-coordinate representation of color #876E6D: hue angle of 2.31º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #876E6D is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 110 | 109 | - |
| CMYK | 0 | 0.19 | 0.19 | 0.47 |
| HSL | 2.31º | 0.11% | 0.48% | - |
| HSV(B) | 2.31º | 0.19% | 0.53% | - |
| XYZ | 18.33 | 17.41 | 16.86 | - |
| YUV | 117.36 | 123.28 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 110 | 109 | 0 | 0.19 | 0.19 | 0.47 | 2.31 | 0.11 | 0.48 |
| Hex | 87 | 6E | 6D | 0 | 13 | 13 | 2F | 2 | B | 30 |
| Octal | 207 | 156 | 155 | 0 | 23 | 23 | 57 | 2 | 13 | 60 |
| Binary | 10000111 | 1101110 | 1101101 | 0 | 10011 | 10011 | 101111 | 10 | 1011 | 110000 |
Color Harmonies of #876E6D
Complementary color
Monochromatic Colors of #876E6D
Black with #876E6D
Text Example
Text Example
White with #876E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876E6D; }
p { color: rgb(135,110,109); }
H1.HeaderClassName
{
color: #876E6D;
}
.AnyTagClassName
{
color: #876E6D;
}
</style>
background-color css
<style>
a { background-color: #876E6D; }
a { background-color: rgb(135,110,109); }
div.DivClassName
{
background-color: #876E6D;
}
.BgClassName
{
background-color: #876E6D;
}
</style>
border-color css
<style>
span { border-color: #876E6D; }
span { border-color: rgb(135,110,109); }
td.TdClassName
{
border-color: #876E6D;
}
.TagClassName
{
border-color: #876E6D;
}
</style>