#6E3557

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

Shades of Finn #6E3557

Tints of Finn #6E3557

Color information

#6E3557 (or 0x6E3557) is unknown color: approx Finn. HEX triplet: 6E, 35 and 57. RGB value is (110,53,87). Sum of RGB (Red+Green+Blue) = 110+53+87=250 (33% of max value = 765). Red value is 110 (43.36% from 255 or 44% from 250); Green value is 53 (21.09% from 255 or 21.2% from 250); Blue value is 87 (34.38% from 255 or 34.8% from 250); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3557 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3557 is #91CAA8. Grayscale: #494949. Windows color (decimal): -9554601 or 5715310. OLE color: 5715310.

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

Color convert

RGB1105387-
CMYK00.520.210.57
HSL324.21º34.97%31.96%-
HSV(B)324.21º51.82%43.14%-
XYZ9.426.559.78-
YUV73.92135.38153.74-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 44%
GREEN value IS 53 (21.09% from 255) = 21.2%
BLUE value IS 87 (34.38% from 255) = 34.8%
R=44%
G=21.2%
B=34.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.21
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110538700.520.210.57324.2134.9731.96
Hex6E355703415391442320
Octal1566512706425715044340
Binary11011101101011010111011010010101111001101000100100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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