#856F6E

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

Shades of Ferra #856F6E

Tints of Ferra #856F6E

Color information

#856F6E (or 0x856F6E) is unknown color: approx Ferra. HEX triplet: 85, 6F and 6E. RGB value is (133,111,110). Sum of RGB (Red+Green+Blue) = 133+111+110=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 111 (43.75% from 255 or 31.36% from 354); Blue value is 110 (43.36% from 255 or 31.07% from 354); Max value from RGB is 133 - color contains mainly: red. Hex color #856F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856F6E is #7A9091. Grayscale: #757575. Windows color (decimal): -8032402 or 7237509. OLE color: 7237509.

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

Color convert

RGB133111110-
CMYK00.170.170.48
HSL2.61º9.47%47.65%-
HSV(B)2.61º17.29%52.16%-
XYZ18.1717.4817.17-
YUV117.46123.79139.08-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.57%
GREEN value IS 111 (43.75% from 255) = 31.36%
BLUE value IS 110 (43.36% from 255) = 31.07%
R=37.57%
G=31.36%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311111000.170.170.482.619.4747.65
Hex856F6E01111303930
Octal205157156021216031160
Binary100001011101111110111001000110001110000111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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