#6D2E46

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

Shades of Flirt #6D2E46

Tints of Flirt #6D2E46

Color information

#6D2E46 (or 0x6D2E46) is unknown color: approx Flirt. HEX triplet: 6D, 2E and 46. RGB value is (109,46,70). Sum of RGB (Red+Green+Blue) = 109+46+70=225 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.44% from 225); Green value is 46 (18.36% from 255 or 20.44% from 225); Blue value is 70 (27.73% from 255 or 31.11% from 225); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2E46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2E46 is #92D1B9. Grayscale: #434343. Windows color (decimal): -9621946 or 4599405. OLE color: 4599405.

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

Color convert

RGB1094670-
CMYK00.580.360.57
HSL337.14º40.65%30.39%-
HSV(B)337.14º57.8%42.75%-
XYZ8.395.656.44-
YUV67.57129.37157.55-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 48.44%
GREEN value IS 46 (18.36% from 255) = 20.44%
BLUE value IS 70 (27.73% from 255) = 31.11%
R=48.44%
G=20.44%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.36
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109467000.580.360.57337.1440.6530.39
Hex6D2E4603A2439151291e
Octal1555610607244715215136
Binary11011011011101000110011101010010011100110101000110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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