#6E4253

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

Shades of Finn #6E4253

Tints of Finn #6E4253

Color information

#6E4253 (or 0x6E4253) is unknown color: approx Finn. HEX triplet: 6E, 42 and 53. RGB value is (110,66,83). Sum of RGB (Red+Green+Blue) = 110+66+83=259 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.47% from 259); Green value is 66 (26.17% from 255 or 25.48% from 259); Blue value is 83 (32.81% from 255 or 32.05% from 259); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4253 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E4253 is #91BDAC. Grayscale: #515151. Windows color (decimal): -9551277 or 5456494. OLE color: 5456494.

HSL color Cylindrical-coordinate representation of color #6E4253: hue angle of 336.82º 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 #6E4253 is Cyan = 0, Magento = 0.4, Yellow = 0.25 and Black (K on CMYK) = 0.57.

Color convert

RGB1106683-
CMYK00.40.250.57
HSL336.82º25%34.51%-
HSV(B)336.82º40%43.14%-
XYZ9.947.849.17-
YUV81.09129.08148.62-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 42.47%
GREEN value IS 66 (26.17% from 255) = 25.48%
BLUE value IS 83 (32.81% from 255) = 32.05%
R=42.47%
G=25.48%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.25
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110668300.40.250.57336.822534.51
Hex6E425302819391511923
Octal15610212305031715213143
Binary11011101000010101001101010001100111100110101000111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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