#6E4A58

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

Shades of Finn #6E4A58

Tints of Finn #6E4A58

Color information

#6E4A58 (or 0x6E4A58) is unknown color: approx Finn. HEX triplet: 6E, 4A and 58. RGB value is (110,74,88). Sum of RGB (Red+Green+Blue) = 110+74+88=272 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.44% from 272); Green value is 74 (29.30% from 255 or 27.21% from 272); Blue value is 88 (34.77% from 255 or 32.35% from 272); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4A58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E4A58 is #91B5A7. Grayscale: #565656. Windows color (decimal): -9549224 or 5786222. OLE color: 5786222.

HSL color Cylindrical-coordinate representation of color #6E4A58: hue angle of 336.67º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6E4A58 is Cyan = 0, Magento = 0.33, Yellow = 0.2 and Black (K on CMYK) = 0.57.

Color convert

RGB1107488-
CMYK00.330.20.57
HSL336.67º19.57%36.08%-
HSV(B)336.67º32.73%43.14%-
XYZ10.648.9210.39-
YUV86.36128.93144.86-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 40.44%
GREEN value IS 74 (29.30% from 255) = 27.21%
BLUE value IS 88 (34.77% from 255) = 32.35%
R=40.44%
G=27.21%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.2
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110748800.330.20.57336.6719.5736.08
Hex6E4A5802114391511424
Octal15611213004124715212444
Binary11011101001010101100001000011010011100110101000110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,74,88); }

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

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

 a { background-color: rgb(110,74,88); }

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

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

 span { border-color: rgb(110,74,88); }

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