#6D3240

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

Shades of Siren #6D3240

Tints of Siren #6D3240

Color information

#6D3240 (or 0x6D3240) is unknown color: approx Siren. HEX triplet: 6D, 32 and 40. RGB value is (109,50,64). Sum of RGB (Red+Green+Blue) = 109+50+64=223 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.88% from 223); Green value is 50 (19.92% from 255 or 22.42% from 223); Blue value is 64 (25.39% from 255 or 28.70% from 223); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3240 is #92CDBF. Grayscale: #454545. Windows color (decimal): -9620928 or 4207213. OLE color: 4207213.

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

Color convert

RGB1095064-
CMYK00.540.410.57
HSL345.76º37.11%31.18%-
HSV(B)345.76º54.13%42.75%-
XYZ8.375.95.55-
YUV69.24125.05156.36-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 48.88%
GREEN value IS 50 (19.92% from 255) = 22.42%
BLUE value IS 64 (25.39% from 255) = 28.70%
R=48.88%
G=22.42%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.41
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109506400.540.410.57345.7637.1131.18
Hex6D3240036293915a251f
Octal1556210006651715324537
Binary11011011100101000000011011010100111100110101101010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,50,64); }

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

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

 a { background-color: rgb(109,50,64); }

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

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

 span { border-color: rgb(109,50,64); }

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