#856C67

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

Shades of Ferra #856C67

Tints of Ferra #856C67

Color information

#856C67 (or 0x856C67) is unknown color: approx Ferra. HEX triplet: 85, 6C and 67. RGB value is (133,108,103). Sum of RGB (Red+Green+Blue) = 133+108+103=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 108 (42.58% from 255 or 31.40% from 344); Blue value is 103 (40.62% from 255 or 29.94% from 344); Max value from RGB is 133 - color contains mainly: red. Hex color #856C67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856C67 is #7A9398. Grayscale: #727272. Windows color (decimal): -8033177 or 6777989. OLE color: 6777989.

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

Color convert

RGB133108103-
CMYK00.190.230.48
HSL10º12.71%46.27%-
HSV(B)10º22.56%52.16%-
XYZ17.4816.6915.13-
YUV114.9121.28140.91-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.66%
GREEN value IS 108 (42.58% from 255) = 31.40%
BLUE value IS 103 (40.62% from 255) = 29.94%
R=38.66%
G=31.40%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310810300.190.230.481012.7146.27
Hex856C670131730ad2e
Octal2051541470232760121556
Binary10000101110110011001110100111011111000010101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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