#856E6C

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

Shades of Ferra #856E6C

Tints of Ferra #856E6C

Color information

#856E6C (or 0x856E6C) is unknown color: approx Ferra. HEX triplet: 85, 6E and 6C. RGB value is (133,110,108). Sum of RGB (Red+Green+Blue) = 133+110+108=351 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.89% from 351); Green value is 110 (43.36% from 255 or 31.34% from 351); Blue value is 108 (42.58% from 255 or 30.77% from 351); Max value from RGB is 133 - color contains mainly: red. Hex color #856E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856E6C is #7A9193. Grayscale: #747474. Windows color (decimal): -8032660 or 7106181. OLE color: 7106181.

HSL color Cylindrical-coordinate representation of color #856E6C: hue angle of 4.8º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #856E6C is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB133110108-
CMYK00.170.190.48
HSL4.8º10.37%47.25%-
HSV(B)4.8º18.8%52.16%-
XYZ17.9617.2216.57-
YUV116.65123.12139.66-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.89%
GREEN value IS 110 (43.36% from 255) = 31.34%
BLUE value IS 108 (42.58% from 255) = 30.77%
R=37.89%
G=31.34%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311010800.170.190.484.810.3747.25
Hex856E6C01113305a2f
Octal205156154021236051257
Binary1000010111011101101100010001100111100001011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856E6C; }

 p { color: rgb(133,110,108); }

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

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

 a { background-color: rgb(133,110,108); }

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

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

 span { border-color: rgb(133,110,108); }

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