#6D3650

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

Shades of Flirt #6D3650

Tints of Flirt #6D3650

Color information

#6D3650 (or 0x6D3650) is unknown color: approx Flirt. HEX triplet: 6D, 36 and 50. RGB value is (109,54,80). Sum of RGB (Red+Green+Blue) = 109+54+80=243 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.86% from 243); Green value is 54 (21.48% from 255 or 22.22% from 243); Blue value is 80 (31.64% from 255 or 32.92% from 243); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3650 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3650 is #92C9AF. Grayscale: #494949. Windows color (decimal): -9619888 or 5256813. OLE color: 5256813.

HSL color Cylindrical-coordinate representation of color #6D3650: hue angle of 331.64º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D3650 is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.57.

Color convert

RGB1095480-
CMYK00.500.270.57
HSL331.64º33.74%31.96%-
HSV(B)331.64º50.46%42.75%-
XYZ9.076.478.36-
YUV73.41131.72153.39-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 44.86%
GREEN value IS 54 (21.48% from 255) = 22.22%
BLUE value IS 80 (31.64% from 255) = 32.92%
R=44.86%
G=22.22%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.27
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109548000.500.270.57331.6433.7431.96
Hex6D36500321B3914c2220
Octal1556612006233715144240
Binary11011011101101010000011001011011111001101001100100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,54,80); }

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

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

 a { background-color: rgb(109,54,80); }

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

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

 span { border-color: rgb(109,54,80); }

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