#876E6D

Color #876E6D Ferra (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ferra #876E6D

Tints of Ferra #876E6D

Color information

#876E6D (or 0x876E6D) is unknown color: approx 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

RGB135110109-
CMYK00.190.190.47
HSL2.31º10.66%47.84%-
HSV(B)2.31º19.26%52.94%-
XYZ18.3317.4116.86-
YUV117.36123.28140.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 38.14%
GREEN value IS 110 (43.36% from 255) = 31.07%
BLUE value IS 109 (42.97% from 255) = 30.79%
R=38.14%
G=31.07%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511010900.190.190.472.3110.6647.84
Hex876E6D013132F2b30
Octal207156155023235721360
Binary100001111101110110110101001110011101111101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>