#6E425D

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

Shades of Finn #6E425D

Tints of Finn #6E425D

Color information

#6E425D (or 0x6E425D) is unknown color: approx Finn. HEX triplet: 6E, 42 and 5D. RGB value is (110,66,93). Sum of RGB (Red+Green+Blue) = 110+66+93=269 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.89% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 93 (36.72% from 255 or 34.57% from 269); Max value from RGB is 110 - color contains mainly: red. Hex color #6E425D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E425D is #91BDA2. Grayscale: #525252. Windows color (decimal): -9551267 or 6111854. OLE color: 6111854.

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

Color convert

RGB1106693-
CMYK00.40.150.57
HSL323.18º25%34.51%-
HSV(B)323.18º40%43.14%-
XYZ10.35811.35-
YUV82.23134.08147.8-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 40.89%
GREEN value IS 66 (26.17% from 255) = 24.54%
BLUE value IS 93 (36.72% from 255) = 34.57%
R=40.89%
G=24.54%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.15
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110669300.40.150.57323.182534.51
Hex6E425D028F391431923
Octal15610213505017715033143
Binary1101110100001010111010101000111111100110100001111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E425D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,66,93); }

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

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

 a { background-color: rgb(110,66,93); }

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

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

 span { border-color: rgb(110,66,93); }

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