#876866

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

Shades of Ferra #876866

Tints of Ferra #876866

Color information

#876866 (or 0x876866) is unknown color: approx Ferra. HEX triplet: 87, 68 and 66. RGB value is (135,104,102). Sum of RGB (Red+Green+Blue) = 135+104+102=341 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.59% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 102 (40.23% from 255 or 29.91% from 341); Max value from RGB is 135 - color contains mainly: red. Hex color #876866 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876866 is #789799. Grayscale: #717171. Windows color (decimal): -7903130 or 6711431. OLE color: 6711431.

HSL color Cylindrical-coordinate representation of color #876866: hue angle of 3.64º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #876866 is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB135104102-
CMYK00.230.240.47
HSL3.64º13.92%46.47%-
HSV(B)3.64º24.44%52.94%-
XYZ17.3416.0114.75-
YUV113.04121.77143.66-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.59%
GREEN value IS 104 (41.02% from 255) = 30.50%
BLUE value IS 102 (40.23% from 255) = 29.91%
R=39.59%
G=30.50%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510410200.230.240.473.6413.9246.47
Hex876866017182F4e2e
Octal207150146027305741656
Binary1000011111010001100110010111110001011111001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876866; }

 p { color: rgb(135,104,102); }

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

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

 a { background-color: rgb(135,104,102); }

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

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

 span { border-color: rgb(135,104,102); }

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