#876E6A

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

Shades of Ferra #876E6A

Tints of Ferra #876E6A

Color information

#876E6A (or 0x876E6A) is unknown color: approx Ferra. HEX triplet: 87, 6E and 6A. RGB value is (135,110,106). Sum of RGB (Red+Green+Blue) = 135+110+106=351 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.46% from 351); Green value is 110 (43.36% from 255 or 31.34% from 351); Blue value is 106 (41.80% from 255 or 30.20% from 351); Max value from RGB is 135 - color contains mainly: red. Hex color #876E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876E6A is #789195. Grayscale: #757575. Windows color (decimal): -7901590 or 6975111. OLE color: 6975111.

HSL color Cylindrical-coordinate representation of color #876E6A: hue angle of 8.28º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #876E6A is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB135110106-
CMYK00.190.210.47
HSL8.28º12.03%47.25%-
HSV(B)8.28º21.48%52.94%-
XYZ18.1717.3416.03-
YUV117.02121.78140.83-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.46%
GREEN value IS 110 (43.36% from 255) = 31.34%
BLUE value IS 106 (41.80% from 255) = 30.20%
R=38.46%
G=31.34%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511010600.190.210.478.2812.0347.25
Hex876E6A013152F8c2f
Octal2071561520232557101457
Binary10000111110111011010100100111010110111110001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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