#856866

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

Shades of Ferra #856866

Tints of Ferra #856866

Color information

#856866 (or 0x856866) is unknown color: approx Ferra. HEX triplet: 85, 68 and 66. RGB value is (133,104,102). Sum of RGB (Red+Green+Blue) = 133+104+102=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 133 - color contains mainly: red. Hex color #856866 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856866 is #7A9799. Grayscale: #707070. Windows color (decimal): -8034202 or 6711429. OLE color: 6711429.

HSL color Cylindrical-coordinate representation of color #856866: hue angle of 3.87º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #856866 is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB133104102-
CMYK00.220.230.48
HSL3.87º13.19%46.08%-
HSV(B)3.87º23.31%52.16%-
XYZ17.0215.8514.73-
YUV112.44122.11142.66-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.23%
GREEN value IS 104 (41.02% from 255) = 30.68%
BLUE value IS 102 (40.23% from 255) = 30.09%
R=39.23%
G=30.68%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310410200.220.230.483.8713.1946.08
Hex85686601617304d2e
Octal205150146026276041556
Binary1000010111010001100110010110101111100001001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856866; }

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

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

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

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

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

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

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

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