#6D465B

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

Shades of Finn #6D465B

Tints of Finn #6D465B

Color information

#6D465B (or 0x6D465B) is unknown color: approx Finn. HEX triplet: 6D, 46 and 5B. RGB value is (109,70,91). Sum of RGB (Red+Green+Blue) = 109+70+91=270 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.37% from 270); Green value is 70 (27.73% from 255 or 25.93% from 270); Blue value is 91 (35.94% from 255 or 33.70% from 270); Max value from RGB is 109 - color contains mainly: red. Hex color #6D465B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D465B is #92B9A4. Grayscale: #545454. Windows color (decimal): -9615781 or 5981805. OLE color: 5981805.

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

Color convert

RGB1097091-
CMYK00.360.170.57
HSL327.69º21.79%35.1%-
HSV(B)327.69º35.78%42.75%-
XYZ10.398.3910.97-
YUV84.06131.92145.79-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 40.37%
GREEN value IS 70 (27.73% from 255) = 25.93%
BLUE value IS 91 (35.94% from 255) = 33.70%
R=40.37%
G=25.93%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.17
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109709100.360.170.57327.6921.7935.1
Hex6D465B02411391481623
Octal15510613304421715102643
Binary11011011000110101101101001001000111100110100100010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D465B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,70,91); }

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

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

 a { background-color: rgb(109,70,91); }

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

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

 span { border-color: rgb(109,70,91); }

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