#856C6A

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

Shades of Ferra #856C6A

Tints of Ferra #856C6A

Color information

#856C6A (or 0x856C6A) is unknown color: approx Ferra. HEX triplet: 85, 6C and 6A. RGB value is (133,108,106). Sum of RGB (Red+Green+Blue) = 133+108+106=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 108 (42.58% from 255 or 31.12% from 347); Blue value is 106 (41.80% from 255 or 30.55% from 347); Max value from RGB is 133 - color contains mainly: red. Hex color #856C6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856C6A is #7A9395. Grayscale: #737373. Windows color (decimal): -8033174 or 6974597. OLE color: 6974597.

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

Color convert

RGB133108106-
CMYK00.190.200.48
HSL4.44º11.3%46.86%-
HSV(B)4.44º20.3%52.16%-
XYZ17.6416.7515.94-
YUV115.25122.78140.66-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.33%
GREEN value IS 108 (42.58% from 255) = 31.12%
BLUE value IS 106 (41.80% from 255) = 30.55%
R=38.33%
G=31.12%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310810600.190.200.484.4411.346.86
Hex856C6A01314304b2f
Octal205154152023246041357
Binary1000010111011001101010010011101001100001001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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