#6D3142

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

Shades of Siren #6D3142

Tints of Siren #6D3142

Color information

#6D3142 (or 0x6D3142) is unknown color: approx Siren. HEX triplet: 6D, 31 and 42. RGB value is (109,49,66). Sum of RGB (Red+Green+Blue) = 109+49+66=224 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.66% from 224); Green value is 49 (19.53% from 255 or 21.88% from 224); Blue value is 66 (26.17% from 255 or 29.46% from 224); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3142 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3142 is #92CEBD. Grayscale: #444444. Windows color (decimal): -9621182 or 4338029. OLE color: 4338029.

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

Color convert

RGB1094966-
CMYK00.550.390.57
HSL343º37.97%30.98%-
HSV(B)343º55.05%42.75%-
XYZ8.395.845.84-
YUV68.88126.38156.62-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 48.66%
GREEN value IS 49 (19.53% from 255) = 21.88%
BLUE value IS 66 (26.17% from 255) = 29.46%
R=48.66%
G=21.88%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.39
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109496600.550.390.5734337.9730.98
Hex6D31420372739157261f
Octal1556110206747715274637
Binary11011011100011000010011011110011111100110101011110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,49,66); }

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

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

 a { background-color: rgb(109,49,66); }

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

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

 span { border-color: rgb(109,49,66); }

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