#6D313F

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

Shades of Siren #6D313F

Tints of Siren #6D313F

Color information

#6D313F (or 0x6D313F) is unknown color: approx Siren. HEX triplet: 6D, 31 and 3F. RGB value is (109,49,63). Sum of RGB (Red+Green+Blue) = 109+49+63=221 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.32% from 221); Green value is 49 (19.53% from 255 or 22.17% from 221); Blue value is 63 (25% from 255 or 28.51% from 221); Max value from RGB is 109 - color contains mainly: red. Hex color #6D313F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D313F is #92CEC0. Grayscale: #444444. Windows color (decimal): -9621185 or 4141421. OLE color: 4141421.

HSL color Cylindrical-coordinate representation of color #6D313F: hue angle of 346º 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 #6D313F is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.57.

Color convert

RGB1094963-
CMYK00.550.420.57
HSL346º37.97%30.98%-
HSV(B)346º55.05%42.75%-
XYZ8.35.815.39-
YUV68.54124.88156.86-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 49.32%
GREEN value IS 49 (19.53% from 255) = 22.17%
BLUE value IS 63 (25% from 255) = 28.51%
R=49.32%
G=22.17%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.42
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109496300.550.420.5734637.9730.98
Hex6D313F0372A3915a261f
Octal155617706752715324637
Binary1101101110001111111011011110101011100110101101010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D313F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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