#6e3e5f

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

Shades of Finn #6E3E5F

Tints of Finn #6E3E5F

Color information

#6E3E5F (or 0x6E3E5F) is unknown color: approx Finn. HEX triplet: 6E, 3E and 5F. RGB value is (110,62,95). Sum of RGB (Red+Green+Blue) = 110+62+95=267 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.20% from 267); Green value is 62 (24.61% from 255 or 23.22% from 267); Blue value is 95 (37.5% from 255 or 35.58% from 267); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3E5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3E5F is #91C1A0. Grayscale: #505050. Windows color (decimal): -9552289 or 6241902. OLE color: 6241902.

HSL color Cylindrical-coordinate representation of color #6E3E5F: hue angle of 318.75º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6E3E5F is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.57.

Color convert

RGB1106295-
CMYK00.440.140.57
HSL318.75º27.91%33.73%-
HSV(B)318.75º43.64%43.14%-
XYZ10.227.5911.75-
YUV80.11136.4149.32-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 41.20%
GREEN value IS 62 (24.61% from 255) = 23.22%
BLUE value IS 95 (37.5% from 255) = 35.58%
R=41.20%
G=23.22%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110629500.440.140.57318.7527.9133.73
Hex6E3E5F02CE3913f1c22
Octal1567613705416714773442
Binary110111011111010111110101100111011100110011111111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6e3e5f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,62,95); }

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

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

 a { background-color: rgb(110,62,95); }

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

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

 span { border-color: rgb(110,62,95); }

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