#6E3A4F

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

Shades of Finn #6E3A4F

Tints of Finn #6E3A4F

Color information

#6E3A4F (or 0x6E3A4F) is unknown color: approx Finn. HEX triplet: 6E, 3A and 4F. RGB value is (110,58,79). Sum of RGB (Red+Green+Blue) = 110+58+79=247 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.53% from 247); Green value is 58 (23.05% from 255 or 23.48% from 247); Blue value is 79 (31.25% from 255 or 31.98% from 247); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3A4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3A4F is #91C5B0. Grayscale: #4B4B4B. Windows color (decimal): -9553329 or 5192302. OLE color: 5192302.

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

Color convert

RGB1105879-
CMYK00.470.280.57
HSL335.77º30.95%32.94%-
HSV(B)335.77º47.27%43.14%-
XYZ9.356.918.24-
YUV75.94129.73152.29-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 44.53%
GREEN value IS 58 (23.05% from 255) = 23.48%
BLUE value IS 79 (31.25% from 255) = 31.98%
R=44.53%
G=23.48%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.28
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110587900.470.280.57335.7730.9532.94
Hex6E3A4F02F1C391501f21
Octal1567211705734715203741
Binary1101110111010100111101011111110011100110101000011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,58,79); }

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

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

 a { background-color: rgb(110,58,79); }

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

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

 span { border-color: rgb(110,58,79); }

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