#876F6E

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

Shades of Ferra #876F6E

Tints of Ferra #876F6E

Color information

#876F6E (or 0x876F6E) is unknown color: approx Ferra. HEX triplet: 87, 6F and 6E. RGB value is (135,111,110). Sum of RGB (Red+Green+Blue) = 135+111+110=356 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.92% from 356); Green value is 111 (43.75% from 255 or 31.18% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 135 - color contains mainly: red. Hex color #876F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876F6E is #789091. Grayscale: #767676. Windows color (decimal): -7901330 or 7237511. OLE color: 7237511.

HSL color Cylindrical-coordinate representation of color #876F6E: hue angle of 2.4º degrees, saturation: 0.1, 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 #876F6E is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB135111110-
CMYK00.180.190.47
HSL2.4º10.2%48.04%-
HSV(B)2.4º18.52%52.94%-
XYZ18.4917.6517.18-
YUV118.06123.45140.08-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.92%
GREEN value IS 111 (43.75% from 255) = 31.18%
BLUE value IS 110 (43.36% from 255) = 30.90%
R=37.92%
G=31.18%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511111000.180.190.472.410.248.04
Hex876F6E012132F2a30
Octal207157156022235721260
Binary100001111101111110111001001010011101111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876F6E; }

 p { color: rgb(135,111,110); }

 H1.HeaderClassName
 {
   color: #876F6E;
 }
 .AnyTagClassName
 {
   color: #876F6E;
 }
</style>
background-color css

<style>
 a { background-color: #876F6E; }

 a { background-color: rgb(135,111,110); }

 div.DivClassName
 {
   background-color: #876F6E;
 }
 .BgClassName
 {
   background-color: #876F6E;
 }
</style>
border-color css

<style>
 span { border-color: #876F6E; }

 span { border-color: rgb(135,111,110); }

 td.TdClassName
 {
   border-color: #876F6E;
 }
 .TagClassName
 {
   border-color: #876F6E;
 }
</style>