#6C324D

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

Shades of Flirt #6C324D

Tints of Flirt #6C324D

Color information

#6C324D (or 0x6C324D) is unknown color: approx Flirt. HEX triplet: 6C, 32 and 4D. RGB value is (108,50,77). Sum of RGB (Red+Green+Blue) = 108+50+77=235 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.96% from 235); Green value is 50 (19.92% from 255 or 21.28% from 235); Blue value is 77 (30.47% from 255 or 32.77% from 235); Max value from RGB is 108 - color contains mainly: red. Hex color #6C324D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C324D is #93CDB2. Grayscale: #464646. Windows color (decimal): -9686451 or 5059180. OLE color: 5059180.

HSL color Cylindrical-coordinate representation of color #6C324D: hue angle of 332.07º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6C324D is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.58.

Color convert

RGB1085077-
CMYK00.540.290.58
HSL332.07º36.71%30.98%-
HSV(B)332.07º53.7%42.35%-
XYZ8.666.017.72-
YUV70.42131.72154.8-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 45.96%
GREEN value IS 50 (19.92% from 255) = 21.28%
BLUE value IS 77 (30.47% from 255) = 32.77%
R=45.96%
G=21.28%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.29
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108507700.540.290.58332.0736.7130.98
Hex6C324D0361D3A14c251f
Octal1546211506635725144537
Binary1101100110010100110101101101110111101010100110010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C324D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,50,77); }

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

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

 a { background-color: rgb(108,50,77); }

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

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

 span { border-color: rgb(108,50,77); }

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