#856C6C

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

Shades of Ferra #856C6C

Tints of Ferra #856C6C

Color information

#856C6C (or 0x856C6C) is unknown color: approx Ferra. HEX triplet: 85, 6C and 6C. RGB value is (133,108,108). Sum of RGB (Red+Green+Blue) = 133+108+108=349 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.11% from 349); Green value is 108 (42.58% from 255 or 30.95% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 133 - color contains mainly: red. Hex color #856C6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856C6C is #7A9393. Grayscale: #737373. Windows color (decimal): -8033172 or 7105669. OLE color: 7105669.

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

Color convert

RGB133108108-
CMYK00.190.190.48
HSL10.37%47.25%-
HSV(B)18.8%52.16%-
XYZ17.7416.7916.49-
YUV115.47123.78140.5-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.11%
GREEN value IS 108 (42.58% from 255) = 30.95%
BLUE value IS 108 (42.58% from 255) = 30.95%
R=38.11%
G=30.95%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310810800.190.190.48010.3747.25
Hex856C6C01313300a2f
Octal205154154023236001257
Binary10000101110110011011000100111001111000001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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