#6D334D

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

Shades of Flirt #6D334D

Tints of Flirt #6D334D

Color information

#6D334D (or 0x6D334D) is unknown color: approx Flirt. HEX triplet: 6D, 33 and 4D. RGB value is (109,51,77). Sum of RGB (Red+Green+Blue) = 109+51+77=237 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.99% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 77 (30.47% from 255 or 32.49% from 237); Max value from RGB is 109 - color contains mainly: red. Hex color #6D334D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D334D is #92CCB2. Grayscale: #474747. Windows color (decimal): -9620659 or 5059437. OLE color: 5059437.

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

Color convert

RGB1095177-
CMYK00.530.290.57
HSL333.1º36.25%31.37%-
HSV(B)333.1º53.21%42.75%-
XYZ8.836.157.74-
YUV71.31131.22154.89-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 45.99%
GREEN value IS 51 (20.31% from 255) = 21.52%
BLUE value IS 77 (30.47% from 255) = 32.49%
R=45.99%
G=21.52%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.29
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109517700.530.290.57333.136.2531.37
Hex6D334D0351D3914d241f
Octal1556311506535715154437
Binary1101101110011100110101101011110111100110100110110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D334D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,51,77); }

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

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

 a { background-color: rgb(109,51,77); }

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

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

 span { border-color: rgb(109,51,77); }

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