#6D303C

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

Shades of Siren #6D303C

Tints of Siren #6D303C

Color information

#6D303C (or 0x6D303C) is unknown color: approx Siren. HEX triplet: 6D, 30 and 3C. RGB value is (109,48,60). Sum of RGB (Red+Green+Blue) = 109+48+60=217 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.23% from 217); Green value is 48 (19.14% from 255 or 22.12% from 217); Blue value is 60 (23.83% from 255 or 27.65% from 217); Max value from RGB is 109 - color contains mainly: red. Hex color #6D303C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D303C is #92CFC3. Grayscale: #434343. Windows color (decimal): -9621444 or 3944557. OLE color: 3944557.

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

Color convert

RGB1094860-
CMYK00.560.450.57
HSL348.2º38.85%30.78%-
HSV(B)348.2º55.96%42.75%-
XYZ8.185.694.94-
YUV67.61123.71157.52-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 50.23%
GREEN value IS 48 (19.14% from 255) = 22.12%
BLUE value IS 60 (23.83% from 255) = 27.65%
R=50.23%
G=22.12%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.45
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109486000.560.450.57348.238.8530.78
Hex6D303C0382D3915c271f
Octal155607407055715344737
Binary1101101110000111100011100010110111100110101110010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D303C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,48,60); }

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

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

 a { background-color: rgb(109,48,60); }

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

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

 span { border-color: rgb(109,48,60); }

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