#6E4E57

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

Shades of Finn #6E4E57

Tints of Finn #6E4E57

Color information

#6E4E57 (or 0x6E4E57) is unknown color: approx Finn. HEX triplet: 6E, 4E and 57. RGB value is (110,78,87). Sum of RGB (Red+Green+Blue) = 110+78+87=275 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40% from 275); Green value is 78 (30.86% from 255 or 28.36% from 275); Blue value is 87 (34.38% from 255 or 31.64% from 275); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4E57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E4E57 is #91B1A8. Grayscale: #585858. Windows color (decimal): -9548201 or 5721710. OLE color: 5721710.

HSL color Cylindrical-coordinate representation of color #6E4E57: hue angle of 343.12º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6E4E57 is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.57.

Color convert

RGB1107887-
CMYK00.290.210.57
HSL343.12º17.02%36.86%-
HSV(B)343.12º29.09%43.14%-
XYZ10.889.4510.27-
YUV88.59127.1143.27-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 40%
GREEN value IS 78 (30.86% from 255) = 28.36%
BLUE value IS 87 (34.38% from 255) = 31.64%
R=40%
G=28.36%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.21
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110788700.290.210.57343.1217.0236.86
Hex6E4E5701D15391571125
Octal15611612703525715272145
Binary1101110100111010101110111011010111100110101011110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E4E57; }

 p { color: rgb(110,78,87); }

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

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

 a { background-color: rgb(110,78,87); }

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

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

 span { border-color: rgb(110,78,87); }

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