#856765

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

Shades of Ferra #856765

Tints of Ferra #856765

Color information

#856765 (or 0x856765) is unknown color: approx Ferra. HEX triplet: 85, 67 and 65. RGB value is (133,103,101). Sum of RGB (Red+Green+Blue) = 133+103+101=337 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.47% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 101 (39.84% from 255 or 29.97% from 337); Max value from RGB is 133 - color contains mainly: red. Hex color #856765 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856765 is #7A989A. Grayscale: #6F6F6F. Windows color (decimal): -8034459 or 6645637. OLE color: 6645637.

HSL color Cylindrical-coordinate representation of color #856765: hue angle of 3.75º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #856765 is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB133103101-
CMYK00.230.240.48
HSL3.75º13.68%45.88%-
HSV(B)3.75º24.06%52.16%-
XYZ16.8715.6314.44-
YUV111.74121.94143.16-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.47%
GREEN value IS 103 (40.62% from 255) = 30.56%
BLUE value IS 101 (39.84% from 255) = 29.97%
R=39.47%
G=30.56%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310310100.230.240.483.7513.6845.88
Hex85676501718304e2e
Octal205147145027306041656
Binary1000010111001111100101010111110001100001001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856765; }

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

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

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

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

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

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

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

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