#876D6A

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

Shades of Ferra #876D6A

Tints of Ferra #876D6A

Color information

#876D6A (or 0x876D6A) is unknown color: approx Ferra. HEX triplet: 87, 6D and 6A. RGB value is (135,109,106). Sum of RGB (Red+Green+Blue) = 135+109+106=350 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.57% from 350); Green value is 109 (42.97% from 255 or 31.14% from 350); Blue value is 106 (41.80% from 255 or 30.29% from 350); Max value from RGB is 135 - color contains mainly: red. Hex color #876D6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876D6A is #789295. Grayscale: #747474. Windows color (decimal): -7901846 or 6974855. OLE color: 6974855.

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

Color convert

RGB135109106-
CMYK00.190.210.47
HSL6.21º12.03%47.25%-
HSV(B)6.21º21.48%52.94%-
XYZ18.0617.1315.99-
YUV116.43122.11141.24-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.57%
GREEN value IS 109 (42.97% from 255) = 31.14%
BLUE value IS 106 (41.80% from 255) = 30.29%
R=38.57%
G=31.14%
B=30.29%

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
Decimal13510910600.190.210.476.2112.0347.25
Hex876D6A013152F6c2f
Octal207155152023255761457
Binary1000011111011011101010010011101011011111101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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