#6E395A

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

Shades of Finn #6E395A

Tints of Finn #6E395A

Color information

#6E395A (or 0x6E395A) is unknown color: approx Finn. HEX triplet: 6E, 39 and 5A. RGB value is (110,57,90). Sum of RGB (Red+Green+Blue) = 110+57+90=257 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.80% from 257); Green value is 57 (22.66% from 255 or 22.18% from 257); Blue value is 90 (35.55% from 255 or 35.02% from 257); Max value from RGB is 110 - color contains mainly: red. Hex color #6E395A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E395A is #91C6A5. Grayscale: #4C4C4C. Windows color (decimal): -9553574 or 5912942. OLE color: 5912942.

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

Color convert

RGB1105790-
CMYK00.480.180.57
HSL322.64º31.74%32.75%-
HSV(B)322.64º48.18%43.14%-
XYZ9.746.9810.51-
YUV76.61135.56151.82-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 42.80%
GREEN value IS 57 (22.66% from 255) = 22.18%
BLUE value IS 90 (35.55% from 255) = 35.02%
R=42.80%
G=22.18%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.18
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110579000.480.180.57322.6431.7432.75
Hex6E395A03012391432021
Octal1567113206022715034041
Binary11011101110011011010011000010010111001101000011100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E395A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,57,90); }

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

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

 a { background-color: rgb(110,57,90); }

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

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

 span { border-color: rgb(110,57,90); }

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