#6D314C

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

Shades of Flirt #6D314C

Tints of Flirt #6D314C

Color information

#6D314C (or 0x6D314C) is unknown color: approx Flirt. HEX triplet: 6D, 31 and 4C. RGB value is (109,49,76). Sum of RGB (Red+Green+Blue) = 109+49+76=234 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.58% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 76 (30.08% from 255 or 32.48% from 234); Max value from RGB is 109 - color contains mainly: red. Hex color #6D314C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D314C is #92CEB3. Grayscale: #454545. Windows color (decimal): -9621172 or 4993389. OLE color: 4993389.

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

Color convert

RGB1094976-
CMYK00.550.300.57
HSL333º37.97%30.98%-
HSV(B)333º55.05%42.75%-
XYZ8.715.977.53-
YUV70.02131.38155.8-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 46.58%
GREEN value IS 49 (19.53% from 255) = 20.94%
BLUE value IS 76 (30.08% from 255) = 32.48%
R=46.58%
G=20.94%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.30
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109497600.550.300.5733337.9730.98
Hex6D314C0371E3914d261f
Octal1556111406736715154637
Binary1101101110001100110001101111111011100110100110110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D314C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,49,76); }

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

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

 a { background-color: rgb(109,49,76); }

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

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

 span { border-color: rgb(109,49,76); }

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